this is the current code that I am using and when I run it I get the error
Error in read.table(file = file, header = header, sep = sep, quote = quote, :
no lines available in input
In addition: Warning message:
In read.table(file = file, header = header, sep = sep, quote = quote, :
invalid input found on input connection 'final.csv'
The csv file only contains these numbers below on the first column so I'm not sure what this error means. If anyone can help me out that will be great! thank you !!