parse_clean_csv.Rd
Some .csv files are returned without the EOF tag and with only 1 line before the data. This
function is used to parse these files, whereas the parse_eof_csv()
function is used
to parse those files with the EOF tag and junk lines.
parse_clean_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_eof_csv()