| dmea_filter_time_table | R Documentation |
Filter a table by calendar year and day-of-year
dmea_filter_time_table(dat, time_col, Year = NULL, DOY = NULL, label = "rows")
dat |
A data frame or tibble. |
time_col |
Name of the timestamp column. |
Year |
Optional numeric vector of calendar years. |
DOY |
Optional numeric vector of day-of-year values. |
label |
Text used in error messages. |
A filtered tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.