Re: [R] how to get character from keyboard when run a file

2011-09-10 Thread Greg Snow
tools for getting information from the user will work. -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of bebece Sent: Saturday, September 10, 2011 9:17 AM To: r-help@r-project.org Subject: [R] how to get character from keyboard when run a

Re: [R] how to get character from keyboard when run a file

2011-09-10 Thread R. Michael Weylandt
scan(, what=character()) Michael Weylandt On Sat, Sep 10, 2011 at 10:16 AM, bebece wrote: > when run a R file, i can get numeric by scan(), but scan() can't read > character or i make a wrong. > so how can i get character from keyboard when i run a R file? > > -- > View this message in context

[R] how to get character from keyboard when run a file

2011-09-10 Thread bebece
when run a R file, i can get numeric by scan(), but scan() can't read character or i make a wrong. so how can i get character from keyboard when i run a R file? -- View this message in context: http://r.789695.n4.nabble.com/how-to-get-character-from-keyboard-when-run-a-file-tp3803944p3803944.html