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)

Arguments

content

character; the original response object parsed as a single text string.

Value

tibble; a tibble containing the data in the .csv file

See also

Other parsers: parse_eof_csv()