powered by
lifecycle::badge("maturing")
Generates metadata to be used in tongfen_aggregate. Variables need to be additive like counts.
meta_for_additive_variables(dataset, variables)
a tibble to be used in tongfen_aggregate
identifier for the dataset contianing the variable
(named) vecotor with additive variables
# Get metadata for additive variable Population for the CA16 and CA06 datasets if (FALSE) { meta <- meta_for_additive_variables(c("CA06","CA16"),"Population") }
Run the code above in your browser using DataLab