Hello!
I have problems reading my CSV record into RStudio: Afterconducting a survey on Sosci Survey, I downloaded the record and wanted to read it into R with the "read. csv"
function. However, I get the error message:
“Warning in read. table (file = file, header = header, sep = sep, quote = quote,:
line 1 appears to contain embedded nulls
Warning in read. table (file = file, header = header, sep = sep, quote = quote,:”
which is repeated for all lines
The record appears in my environment, but instead of 241 obs in 25 variables I get 241 in 1 variable output. When I open it, all values are also marked as NA.
Afterwards I tried to use "read. csv2" because I thought that R might not read the separator characters and therefore the problems occur, but then I get a dataset with 0 obs of 1 variable in my environment and the same error message.
Since I don’t know what the cause of the error is, I would really appreciate your help!