mda.exclcols: Exclude/hide columns in a dataset

View source: R/misc.R

mda.exclcolsR Documentation

Exclude/hide columns in a dataset

Description

Exclude/hide columns in a dataset

Usage

mda.exclcols(x, ind)

Arguments

x

dataset (data frame or matrix).

ind

indices of columns to exclude (numbers, names or logical values)

Details

The method assign attribute 'exclcols', which contains number of columns, which should be excluded/hidden from calculations and plots (without removing them physically). The argument ind should contain column numbers (excluding already hidden), names or logical values.

Value

dataset with excluded columns


svkucheryavski/mdatools documentation built on Aug. 25, 2023, 12:27 p.m.