gen_logincheck {restatis} | R Documentation |
gen_logincheck
Description
Function to check if a login is possible for a certain database.
Usage
gen_logincheck(database = "all", verbose = TRUE, ...)
Arguments
database |
Character string. Indicator if the GENESIS ('genesis'), Zensus 2022 ('zensus') or regionalstatistik.de ('regio') database is called. If all databases should be checked, use 'all'. Default option is 'all'. |
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 |
Value
Leads to an informative error message if the login check failed and returns FALSE invisibly. Invisibly returns TRUE otherwise.
Examples
## Not run:
gen_logincheck("zensus")
## End(Not run)
[Package restatis version 0.3.0 Index]