Re: [R] File corrupted in R/magic number

2019-08-27 Thread Sarah Goslee
Summoning my telepathy, I suspect that you tried to use load() to get your CSV file into R, instead of read.csv() Here's the first link that came up when I searched for "read csv file into R" http://rprogramming.net/read-csv-in-r/ On Tue, Aug 27, 2019 at 2:00 PM pusuluri madhu wrote: > > Please

Re: [R] File corrupted in R/magic number

2019-08-27 Thread John Kane
To be honest , we would probably have to see a sample of the data. Can you supply a location for small data sample. Other than that we are guessing. Other than that , can you open it in a text editor? That will help assure it is really not a corrupt file. After using R for over 15 years, the wo

[R] File corrupted in R/magic number

2019-08-27 Thread pusuluri madhu
Please help me to get rid out of this situation. While loading the csv file error msg like Error: bad restore file manager (file may be corrupted)-- no data loaded. In addition warning message: file "S_D.csv" has magic number GeneN. Use of save versions more than 2 is deprecated. Please kindly sug