DataSelection: Selection in Data

View source: R/selection.r

DataSelectionR Documentation

Selection in Data

Description

Implement a selection model against a dataset/pipeline

Usage

  DataSelection(data, column = 1L)

Arguments

data

mutaframe of the dataset/pipeline

column

Column index of selection variable in data

Value

An ItemSelection reflecting the selection in the data

Author(s)

Michael Lawrence


plumbr documentation built on May 7, 2022, 1:05 a.m.

Related to DataSelection in plumbr...