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