View source: R/create_data_types.R
| create_data_types | R Documentation |
This function returns a data types tibble. Containing type information about the dataset.
create_data_types(data, mapping)
data |
A dataframe for which to create a data types csv. |
mapping |
A dataframe containing a mapping named vector, containing preferred fieldnames Example: column_names <- c( mpg = "mpg", cyl = "cyl", disp = "disp", hp = "hp", drat = "drat", wt = "wt", qsec = "qsec", vs = "vs", am = "am", gear = "gear", carb = "carb", spare_tire = "spare_tire" ) |
Tibble containing data_types
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.