gen_auth_get {restatis}R Documentation

gen_auth_get

Description

Function to retrieve the credentials stored via gen_auth_save()

Usage

gen_auth_get(database = c("all", "genesis", "zensus", "regio"))

Arguments

database

Character string. The database to get the credentials for ('all', 'genesis', 'zensus' and 'regio').

Value

Credentials for the database(s) chosen by the user

Examples

## Not run: 
gen_auth_get("all")

## End(Not run)


[Package restatis version 0.2.0 Index]