saving . . . saved Not able to read CaptaincyData.csv file has been deleted. Not able to read CaptaincyData.csv file has been hidden .
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 26-08-21, 9:24 a.m. meharmarut

Answers:

You can make use of the "read_csv()" function from the "readr" package of R.
28-08-21, 9:14 p.m. chrl3hr5@gmail.com


Log-in to answer to this question.