dam_removal | R Documentation |
Retrieve dam removal time series data from the USGS Gages II website.
dam_removal(site_num)
site_num |
a "character" vector that contains the study site numbers. |
returns a data frame with 7 variables which includes the year when the dam was removed and the site location.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.