Learn R Programming

awdb (version 0.1.2)

get_references: Get Data Dictionary

Description

Get references from the USDA National Water and Climate Center Air and Water Database REST API. References provide descriptions of all codes used in the AWDB.

Usage

get_references(reference_type = "elements")

Value

a data.frame with reference data

Arguments

reference_type

character scalar, the name of the reference. Potential values include dcos, durations, elements (default), forecastPeriods, functions, instruments, networks, physicalElements, states, and units.

Examples

Run this code
get_references("elements")

Run the code above in your browser using DataLab