parse_eof_csv.Rd
Some .csv files returned from the API still have an EOF tag left at the bottom and contain 4 lines of nonsense.
This function is used to parse these files, whereas the parse_clean_csv()
function is used to
parse .csv files without this tag and the junk lines.
parse_eof_csv(content)
content | character; the original response object parsed as a single text string. |
---|
tibble; a tibble containing the data in the .csv file
Other parsers:
parse_clean_csv()