Sunday, 15 January 2012

How to load a *.DATA file into R workspace -



How to load a *.DATA file into R workspace -

i trying load something.data file r workspace, can work info inside. however, when typed load('something.')

> load('something.data') error: bad restore file magic number (file may in addition: warning message: file 'something.data' has magic number '"team' utilize of save versions prior 2 deprecated

what should load file correctly in workspace?

you should seek read.table("file name here")

r

No comments:

Post a Comment