filter_dataset_from_recent_time: Filter Tabular Dataset to contain only the specified duration...

Description Usage Arguments Value

View source: R/datasets.R

Description

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

Usage

1
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


azuremlsdk documentation built on Oct. 23, 2020, 8:22 p.m.