parse_clean_csv: Parse a 'clean' .csv response

View source: R/parse.R

parse_clean_csvR Documentation

Parse a 'clean' .csv response

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

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


ARawles/BMRSr documentation built on Feb. 1, 2023, 12:11 p.m.