dam_trends | R Documentation |
Create a dataframe containing dam removal and hydrology data from the USGS and USGS GAGES II websites.
dam_trends(site_num, startDate, endDate)
site_num |
a "character" vector that contains the study site numbers. |
startDate |
a "date" following the Y-m-d format. |
endDate |
a "date" following the Y-m-d format. |
returns a dataframe with 21 variables which include the dams removed and corresponding summary statistics from the sens.Slope and Kendall analysis.
# returns RBI summary statistics and dam removal data for given sites over the specified period library(easyrbi) dam_trends("01567000", "1970-10-01", "1990-09-30")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.