R/catalogue-variables.R
catalogue_tables_by_variable.Rd
Retrieves list of tables based on variable name
Code of the variable (e.g. retrieved using catalogue_variables)
String to filter for the code or content of the object(s) to be returned. Use of wildcard (*) possible.
Area in which the object is stored:
"free" = objects in the public catalogue
"user" = objects saved to "Meine Tabellen"
Maximum number of results delivered
Search terms, returned messages and data descriptions in German ("de") or English ("en")?
A default value can also be set to the global option genesis_language
via
options()
, e.g. options(genesis_language = "de")
.
Which GENESIS database should be used?
One of: "destatis", "regionalstatistik", "bildungsmonitoring", "bayern", "nrw", "sachsen-anhalt".
A default value can also be set to the global option genesis
via
options()
, e.g. options(genesis = "destatis")
, so that genesis
does not have to be specified in the function call.
A data.frame
(or tbl_df
if tibble package is installed)
if (FALSE) {
options(genesis = "destatis")
catalogue_tables_by_variable("KREISE")
}