drop_columns_from_dataset: Drop the specified columns from the dataset.

View source: R/datasets.R

drop_columns_from_datasetR Documentation

Drop the specified columns from the dataset.

Description

Drop the specified columns from the dataset. If a timeseries column is dropped, the corresponding capabilities will be dropped for the returned dataset as well.

Usage

drop_columns_from_dataset(dataset, columns)

Arguments

dataset

The Tabular Dataset object.

columns

A name or a list of names for the columns to drop.

Value

A new TabularDataset object with the specified columns dropped.


Azure/azureml-sdk-for-r documentation built on Sept. 21, 2022, 5:45 a.m.