filter_dataset_between_time {azuremlsdk}R Documentation

Filter Tabular Dataset between a specified start and end time.

Description

Filter Tabular Dataset between a specified start and end time.

Usage

filter_dataset_between_time(
  dataset,
  start_time,
  end_time,
  include_boundary = TRUE
)

Arguments

dataset

The Tabular Dataset object

start_time

The lower bound for filtering data.

end_time

The upper bound for filtering data.

include_boundary

Boolean indicating if the row associated with the boundary time (start_time and end_time) should be included.

Value

The filtered Tabular Dataset


[Package azuremlsdk version 1.10.0 Index]