R/datasets.R
filter_dataset_from_recent_time.RdFilter Tabular Dataset to contain only the specified duration (amount) of recent data.
filter_dataset_from_recent_time(dataset, time_delta, include_boundary = TRUE)
| dataset | The Tabular Dataset object |
|---|---|
| time_delta | The duration (amount) of recent data to retrieve. |
| include_boundary | Boolean indicating if the row associated with the
boundary time ( |
The filtered Tabular Dataset