Function to list all currently used special signs (e.g., 0, *, X, (), p, ...) and their meaning in GENESIS, Zensus 2022 and/or regionalstatistik.de.
Usage
gen_signs(
database = c("all", "genesis", "zensus", "regio"),
error.ignore = FALSE,
verbose = TRUE,
...
)
Arguments
- database
Character string. Indicator if the GENESIS ('genesis'), Zensus 2022 ('zensus') or regionalstatistik.de ('regio') database is called. Default option is 'all'.
- error.ignore
Boolean. Indicator if the function should stop if an error occurs or no object for the request is found or if it should produce a token as response. Default option is 'FALSE'.
- verbose
Boolean. In case of success, should a message be printed? Defaults to 'TRUE'.
- ...
Additional parameters for the API call. These parameters are only affecting the call itself, no further processing. For more details see
vignette("additional_parameter")
.