Description Usage Arguments Value
View source: R/subsetbydaterange.R
subset_by_date_range
1 2 | subset_by_date_range(data_set, date_col = "detected_at", start_date,
end_date, na.rm = FALSE)
|
data_set |
The data set to get data from |
date_col |
The column in the data set storing the date of observation |
start_date |
Enter as character string "mm-dd-yyyy" |
end_date |
Enter as character string "mm-dd-yyyy" |
A data frame subsetted to observations only inclusively within specified range, but including all original columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.