DataSelection {plumbr} | R Documentation |
Selection in Data
Description
Implement a selection model against a dataset/pipeline
Usage
DataSelection(data, column = 1L)
Arguments
data |
|
column |
Column index of selection variable in data |
Value
An ItemSelection
reflecting the selection
in the data
Author(s)
Michael Lawrence
[Package plumbr version 0.6.10 Index]