Description Usage Arguments Value Examples
Downloads daily total counts at a mainstem Columbia or Snake River dam for the specified date range.
1 2 3 4 5 6 | fpc_runsum(
dam = c("BON", "TDA", "JDA", "MCN", "IHR", "LMN", "LGS", "LGR"),
sdate,
edate,
rpt = c("salmon", "lamprey")
)
|
dam |
Dam at which counts are desired. Dams: |
sdate |
Start date to pull counts. |
edate |
End date to pull counts. |
rpt |
Report to download, either |
The data frame downloaded from FPC.
1 2 3 4 | ## Not run:
fpc_runsum(dam="BON", sdate="1-1-2019", edate="12-31-2019", rpt="salmon")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.