View source: R/classification.R
px_save_classification | R Documentation |
Save a classification object as .vs and .agg files. The .vs file contains the value set and the .agg files contain the aggregations.
px_save_classification(c, path)
c |
A classification object |
path |
Directory to save the files in |
Nothing.
# Save classification as .vs as .agg files
c <- px_classification(name = "Age5",
prestext = "Ages 0-9 - 60+",
domain = "age",
df = age_classification
)
px_save_classification(c, path = tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.