Description Usage Arguments Details Value
Extract information from CSV headers.
1 2 | extract_header_info(header_lines, label, filename, required = FALSE,
multiline = FALSE)
|
header_lines |
Character vector holding raw header lines |
label |
Label to search for - character |
filename |
Filename (for error reporting purposes) |
required |
Is this label required? (logical) |
multiline |
Can this label hold multi-line information? (logical) |
CSV files can have headers, commented lines of the form "# Title: xxxx",
"# Source: xxxx", etc. Extract this information if present. Note that empty headers
are not allowed. This function is called by parse_csv_header
.
Extracted label information, as a character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.