Skip to content
Prev 219737 / 398500 Next

any function in R similar to the "scan" function in SAS?

You can read from a character vector as if it were a file like this:
one two
1   1   2
2   3   4
3   5   6
On Wed, May 5, 2010 at 12:45 PM, karena <dr.jzhou at gmail.com> wrote: