mda.inclcols {mdatools} | R Documentation |
Include/unhide the excluded columns
Description
include colmns specified by user (earlier excluded using mda.exclcols)
Usage
mda.inclcols(x, ind)
Arguments
x |
dataset (data frame or matrix). |
ind |
number of excluded columns to include |
Value
dataset with included columns.
[Package mdatools version 0.14.1 Index]