View source: R/gen_logincheck.R
gen_logincheck | R Documentation |
Function to check if a login is possible for a certain database.
gen_logincheck(database = "all", verbose = TRUE, ...)
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 |
Leads to an informative error message if the login check failed and returns FALSE invisibly. Invisibly returns TRUE otherwise.
## Not run:
gen_logincheck("zensus")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.