Saves the login data for a GENESIS web service

set_login_data(genesis = getOption("genesis"))

Arguments

genesis

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.

Details

Login data are stored with the keyring package. Run keyring::key_list() to get an overview of the stored credentials.

See also