Not able to read CaptaincyData.csv file
Title
Question
while using the captaincy = read.csv("CaptaincyData.csv") , it shows Error in read.table(file = file, header = header, sep = sep, quote = quote, :
empty beginning of file
In addition: Warning messages:
1: In read.table(file = file, header = header, sep = sep, quote = quote, :
line 1 appears to contain embedded nulls
2: In read.table(file = file, header = header, sep = sep, quote = quote, :
incomplete final line found by readTableHeader on 'CaptaincyData.csv'
R Working-directories-in-RStudio 04-05 min 10-20 sec
Answers:
You can make use of the "read_csv()" function from the "readr" package of R.
Login to add comment