I'm trying to load twelve CSV files into a RStudio project from my Google Drive since RStudio gives me grief when uploading files. The CSV files over 100 MB give me the following error message:
Warning message:
In read.table(file = file, header = header, sep = sep, quote = quote, :
incomplete final line found by readTableHeader on 'https://docs.google.com/uc?id=[FILE ID]&export=download'
I have checked the CSVs and can confirm they end with a new line. Is this error tied to RStudio potentially only reading part of the file? What else would cause the last line to not be read?