crop_data | R Documentation |
Crop data to specific dates
crop_data(df = NULL, from = NULL, to = NULL)
from , to |
a string which indicates a date in the ISO 8601 format. |
list_df |
a list of data.frame/tibble with a column named datetime which is also a datetime object. |
A helper function wrapped around dplyr::filter and lubridate::parse_date_time which helps to data to datetimes of interest.
A list of data.frames/tibbles with dates within the specified window of time.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.