ignoreCols: Ignores the columns in the loaded dataframe object

Description Usage Arguments Details Value See Also Examples

View source: R/r-batch-eda-utilities.R

Description

Ignores the columns in the loaded dataframe object

Usage

1
ignoreCols(data, columns)

Arguments

data

the dataframe object that needs to be loaded

columns

the names of columns to be ignored from dataframe object

Details

The columns selected are removed from the object

Value

Updated dataframe object

See Also

Other Package EDA Utilites functions: CheckColumnType, bivarPlots, correlationMatPlot, getDatatype, multiVarOutlierPlot, outlierPlot, univarCatDistPlots

Examples

1
ignoreCols(data = iris, columns = "Species")

analysisPipelines documentation built on July 1, 2020, 7:09 p.m.