sum_Lamprey | R Documentation |
Summarize P4 lamprey catch for BPA deliverable.
sum_Lamprey(data)
data |
cleaned P4 data queried for a single calendar year. |
Tyler T. Stright
data_raw <- get_P4Data(SRRcode = 'A0W', CalendarYear = 2021)
data_clean <- cuyem::clean_P4Data(data_raw)
lamprey_sum <- sum_Lamprey(data_clean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.