Description Usage Arguments Value Examples
Create dictionary defining controlled vocabulary realizations
1 | describe_names(vars, convo, desc_str = "{level1} of entity {level2}")
|
vars |
Character vector of variable names |
convo |
Controlled vocabulary object |
desc_str |
Prototypical string from which to create variable definition |
data.frame
data dictionary
1 2 3 4 | vars <- c("AMT_A_2019", "IND_B_2020")
filepath <- system.file("", "ex-convo.yml", package = "convo")
convo <- read_convo(filepath)
describe_names(vars, convo, desc_str = "{level1} of {level2} in given year")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.