retrieve_datalist
retrieves a list of available data tables in a series.
Details
See the package description (wiesbaden
) for details about setting the login and database.
To retrieve a list of all available data use tableseries="*" or combine the wildcard character * with a prefix (see below for an example).
Examples
if (FALSE) { # \dontrun{
# Retrieves list of available tables for the table series 14111
# which contains the federal election results.
# Assumes that user/password are stored via save_credentials()
d <- retrieve_datalist(tableseries="14111*", genesis=c(db="regio") )
} # }