| filter_dataset_after_time {azuremlsdk} | R Documentation | 
Filter Tabular Dataset with time stamp columns after a specified start time.
Description
Filter Tabular Dataset with time stamp columns after a specified start time.
Usage
filter_dataset_after_time(dataset, start_time, include_boundary = TRUE)
Arguments
| 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 ( | 
Value
The filtered Tabular Dataset
[Package azuremlsdk version 1.10.0 Index]