Description Usage Arguments Value See Also Examples
View source: R/hdng_names_cats.R
A function that helps the user explore the available variables. The function returns all categories on an empty call, and returns all variables in a category on a call with a category (typo robust) allowing the user to efficiently gather variables for a data query.
1 | hdng_names_cats(cat, from = 1000, to = 2000, show.only.available = TRUE)
|
cat |
A category, defaults to NULL, gives a list of all categories |
from |
Time frame for your query (start) |
to |
Time frame for your query (end) |
show.only.available |
Defaults to TRUE. Filters only variables which are available at least once. |
a data.frame with var name, category, var code, and years of availability
hdng::hdng_names_cats
1 2 3 | hdng_names_cats()
hdng_names_cats("Beroepen", from = 1850, to = 1900)
hdng_names_cats(c("Politiek", "Woningen"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.