gen_auth_get {restatis}R Documentation

Retrieve database credentials

Description

Function to retrieve the credentials stored via gen_auth_save()

Usage

gen_auth_get(database = NULL)

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.3.0 Index]