Skip to content
Prev 79503 / 398502 Next

Sorting Numeric and Character Data

Use read.table(myfile, header = TRUE, as.is = TRUE) where as.is=TRUE
causes read.table not to convert character data to factors.
On 10/21/05, Thomas Hopper <tomhopper at comcast.net> wrote: