Description Usage Arguments Value Examples
View source: R/compress-plan.R
This function adds another dimension into compress plan
1 2 3 4 |
.plan |
|
dim_name |
name of dimension |
role_name |
role of dimension |
label |
label of dimension |
jsonstat.compress.plan
object
1 2 3 4 | library(jsonstat)
.plan <- compress_plan("place.of.birth", "geo", "Place of Birth")
.plan <- dimension(.plan, "age.group", "classification", "Age Group")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.