filter_dataset_from_recent_time {azuremlsdk}R Documentation

Filter Tabular Dataset to contain only the specified duration (amount) of recent data.

Description

Filter Tabular Dataset to contain only the specified duration (amount) of recent data.

Usage

filter_dataset_from_recent_time(dataset, time_delta, include_boundary = TRUE)

Arguments

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 (time_delta) should be included.

Value

The filtered Tabular Dataset


[Package azuremlsdk version 1.10.0 Index]