View source: R/utils-aggregate.R
nwmHistoric_agg | R Documentation |
Aggregate NWM data usning column and function input
nwmHistoric_agg(rawData, cols, fun, na.rm = TRUE)
rawData |
raw data returned from readNWMdata |
cols |
a vector of colum names to group by |
fun |
a function of list of functions to apply to group data |
na.rm |
logical. Should NA values be removed before applying fun |
an aggregated data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.