View source: R/rawsList_filter.R
rawsList_filter | R Documentation |
A generalized data filter for a list of raws_timeseries
objects to choose rows/cases where conditions are true. Multiple conditions are
combined with &
or separated by a comma. Only rows where the condition
evaluates to TRUE are kept.Rows where the condition evaluates to NA
are dropped.
rawsList_filter(rawsList = NULL, ...)
rawsList |
List of raws_timeseries objects. |
... |
Logical predicates defined in terms of the variables in the
|
A list of subsets of the elements of the given list of raws_timeseries objects.
rawsList_filterDate
## Not run:
library(RAWSmet)
daytimeList <-
example_cefaList %>%
rawsList_filter(solarRadiation > 0)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.