[R] User input in R program

2011-01-21 Thread christiaan pauw
HI Everybody Does anyone know of documentation about different ways of obtaining user input in R. I have used readline() but I wondered is there are sophisticated packages that does things like validate answers or generate selection lists. bets regards Christaan [[alternative HTML

Re: [R] User input in R program

2011-01-21 Thread Hugo Mildenberger
bugs database for long. Maybe getGraphicsEvent still runs on Windows. Best Hugo On Friday 21 January 2011 13:26:26 christiaan pauw wrote: HI Everybody Does anyone know of documentation about different ways of obtaining user input in R. I have used readline() but I wondered

Re: [R] User input in R program

2011-01-21 Thread Matt Shotwell
wrote: HI Everybody Does anyone know of documentation about different ways of obtaining user input in R. I have used readline() but I wondered is there are sophisticated packages that does things like validate answers or generate selection lists. bets regards Christaan

Re: [R] User input in R program

2011-01-21 Thread D Kelly O'Day
/ link -- View this message in context: http://r.789695.n4.nabble.com/User-input-in-R-program-tp3229515p3229738.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help

Re: [R] User input in R program

2011-01-21 Thread Mauricio Zambrano
know of documentation about different ways of obtaining user input in R. I have used readline() but I wondered is there are sophisticated packages that does things like validate answers or generate selection lists. bets regards Christaan        [[alternative HTML version deleted

Re: [R] User input in R program

2011-01-21 Thread jverzani
christiaan pauw cjpauw at gmail.com writes: HI Everybody Does anyone know of documentation about different ways of obtaining user input in R. I have used readline() but I wondered is there are sophisticated packages that does things like validate answers or generate selection lists. You

Re: [R] user input in R

2009-10-12 Thread Petr PIKAL
And try also search statsrus The first hit shall be Paul Johnsons's howto's which helped me several years ago especially with basic issues. Regards Petr r-help-boun...@r-project.org napsal dne 10.10.2009 18:00:19: I'm just learning R (I don't know any other programming languages),

Re: [R] user input in R

2009-10-10 Thread Robert Baer
I'm just learning R (I don't know any other programming languages), and I have a question. I am trying to figure out how to ask for user input (say, a set of 3 numbers) then put those numbers into an array. I've looked around, but I haven't been able to find any answers that I understand.

[R] user input in R

2009-10-09 Thread Sharon Beckett
I'm just learning R (I don't know any other programming languages), and I have a question. I am trying to figure out how to ask for user input (say, a set of 3 numbers) then put those numbers into an array. I've looked around, but I haven't been able to find any answers that I

Re: [R] user input in R

2009-10-09 Thread David Winsemius
On Oct 9, 2009, at 6:36 PM, Sharon Beckett wrote: I'm just learning R (I don't know any other programming languages), and I have a question. I am trying to figure out how to ask for user input (say, a set of 3 numbers) then put those numbers into an array. I've looked around, but I