set_login_data: Set your username and password

Description Usage Arguments Details See Also

View source: R/auth.R

Description

Saves the login data for a GENESIS web service

Usage

1
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

login_check


long39ng/restatis documentation built on Feb. 5, 2022, 6:26 p.m.