Warning: embedded null when reading .xlsx file

Viewed 13

I am having trouble with a warning message that i continue to receive when reading an excel file using the read.table function. it says that line 1 contains an embedded null. warning message in R

My excel file has headers but they start on row 3 which is why i believe i am getting this warning and i am not sure how to fix it. below is a screen capture of the excel file. excel data file

the goal is to Load the FaceBook dataset into data frames and create a data frame for each file type. i have the same data file in a .txt , .csv and the .txt.

0 Answers
Related