dam_removal: Retrieve dam removal time series data from the USGS Gages II...

View source: R/gagesII.R

dam_removalR Documentation

Retrieve dam removal time series data from the USGS Gages II website.

Description

Retrieve dam removal time series data from the USGS Gages II website.

Usage

dam_removal(site_num)

Arguments

site_num

a "character" vector that contains the study site numbers.

Value

returns a data frame with 7 variables which includes the year when the dam was removed and the site location.

Examples

# returns a dataframe with the dam removals for specified sites.
library(easyrbi)
study_sites <- c("01564500", "01567000", "01567500", "01568000",
"01570000", "01571500", "01573000", "01574000", "01574500", "01576500")
dam_removal(study_sites)

amutaya/easyrbi documentation built on May 9, 2022, 4:04 p.m.