I'm trying to read in a .csv
file using readr::read_csv
readr::read_csv("my_file.csv")
But I got the following error:
Parsed with column specification:
cols(
col_character()
)
Error in read_tokens_(data, tokenizer, col_specs, col_names, locale_, :
Evaluation error: Column 1 must be named.
What is going on exactly?
The .csv
file can be found here:
https://drive.google.com/file/d/1W_ZetpOfWDuSVhiIVAa0sEcRE4ujCSXB/view?usp=sharing