Skip to contents

Retrieves a list of available datasets in the UGRC SGID database, including their schema and table names.

Usage

load_ugrc_vars()

Value

A data frame containing two columns: table_schema and table_name, listing the schemas and tables in the SGID database.

Examples

if (FALSE) { # \dontrun{
# Check list of available datasets
ugrc_vars <- load_ugrc_vars()
View(ugrc_vars)
} # }