parse_clean_csv: Parse a 'clean' .csv response

Description Usage Arguments Value See Also

View source: R/parse.R

Description

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.

Usage

1
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()


BMRSr documentation built on June 14, 2021, 5:09 p.m.