View source: R/aggregate_by_date_span.R
aggregate_by_date_span | R Documentation |
Given averaged data with span ranges in "date_start"
and
"date_end"
columns and met data with "date" column, average met data
over span range and append to data frame
aggregate_by_date_span(df, df_met, warn = TRUE, progress = NULL, ...)
df |
Data frame containing span range. |
df_met |
Data frame containg met data. |
warn |
Should the function give warnings? |
progress |
Depreciated as purrr::map_Df is used over plyr::adply |
... |
Additional arguments to pass to openair::timeAverage |
Data frame.
Will Drysdale and Stuart K. Grange
## Not run:
# Combine GC and met data
data_all <- aggregate_by_date_span(data_gc, data_met)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.