Learn R Programming

nhdplusTools (version 0.7.1)

discover_nldi_characteristics: Discover Characteristics Metadata

Description

Provides access to metadata for characteristics that are returned by `get_nldi_characteristics()`.

Usage

discover_nldi_characteristics(type = "all")

Value

data.frame containing available characteristics

Arguments

type

character "all", "local", "total", or "divergence_routed".

Examples

Run this code
chars <- discover_nldi_characteristics()
names(chars)
head(chars$local, 10)

Run the code above in your browser using DataLab