Skip to content
Prev 30047 / 398513 Next

read.table

Oldradio69 at aol.com wrote:
So a data.frame isn't the appropiate structure for your data.
You might want to convert it to another structure and remove the 
appended NAs, or consider to read the data in using scan() and friends. 
See the R Data Import/Export Manual for details.

Uwe Ligges