collect_column_names | R Documentation |
Collect all column names
Collect column names
collect_column_names(files)
get_headers(file)
files |
list of files from which to collect column names |
file |
a file to collect names from |
Reads the first line of each input file to collect column names. Creates a character vector and selects only unique entries after converting to lower case. This results in a vector of all possible column names.
Reads the first line of an input file to collect column names. Creates a character vector and converts to lower case.
a character vector
a character vector
get_headers
:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.