Description Usage Arguments Value Examples
View source: R/compress-plan.R
This function constructs a plan to compress data frame into jsonstat
1 2 | compress_plan(dim_name, role_name = c("time", "geo", "metric",
"classification", "value"), label = NULL)
|
dim_name |
name of dimension |
role_name |
role of dimension |
label |
label of dimension |
jsonstat.compress.plan
object
1 2 3 | library(jsonstat)
.plan <- compress_plan("place.of.birth", "geo", "Place of Birth")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.