Learn R Programming

analysisPipelines (version 1.0.2)

ignoreCols: Ignores the columns in the loaded dataframe object

Description

Ignores the columns in the loaded dataframe object

Usage

ignoreCols(data, columns)

Arguments

data

the dataframe object that needs to be loaded

columns

the names of columns to be ignored from dataframe object

Value

Updated dataframe object

Details

The columns selected are removed from the object

See Also

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

Examples

Run this code
# NOT RUN {
ignoreCols(data = iris, columns = "Species")
# }

Run the code above in your browser using DataLab