View source: R/create_subset_fields.R
| create_subset_fields | R Documentation |
This function returns a subsetfields info df. Containing subsetfields information about the dataset
create_subset_fields(data, mapping)
data |
A dataframe for which to create a subsetfields 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" ) |
Dataframe containing subset info
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.