Watts-College / cpp-527-fall-2021

A course shell for CPP 527 Foundations of Data Science II
https://watts-college.github.io/cpp-527-fall-2021/
2 stars 6 forks source link

Reading in the Data #90

Open ndavis4904 opened 2 years ago

ndavis4904 commented 2 years ago

Will we need to add the addition of "&format=csv" like in the 2020 URL? I am also having trouble reading the data in. I have tried with and without the format in the URL and get the following error message: "In scan(file = file, what = what, sep = sep, quote = quote, dec = dec, : EOF within quoted string"

ndavis4904 commented 2 years ago

I have tried adding a ' quote = "" ' argument. But that changes the error message to "more columns than column names"