R/datasets.R
filter_dataset_after_time.Rd
Filter Tabular Dataset with time stamp columns after a specified start time.
filter_dataset_after_time(dataset, start_time, include_boundary = TRUE)
dataset | The Tabular Dataset object |
---|---|
start_time | The lower bound for filtering data. |
include_boundary | Boolean indicating if the row associated with the
boundary time ( |
The filtered Tabular Dataset