View source: R/metadata_read.R
read_meta | R Documentation |
This function will read a CSV file with iNZight metadata in the header. This allows plain text CSV files to be supplied with additional comments that describe the structure of the data to make import and data handling easier.
read_meta(file, preview = FALSE, column_types, ...)
file |
the plain text file with metadata |
preview |
logical, if |
column_types |
optional column types |
... |
more arguments |
The main example is to define factor levels for an integer variable in large data sets.
a data frame
Tom Elliott
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.