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