powered by
Ignores the columns in the loaded dataframe object
ignoreCols(data, columns)
the dataframe object that needs to be loaded
the names of columns to be ignored from dataframe object
Updated dataframe object
The columns selected are removed from the object
Other Package EDA Utilites functions: CheckColumnType, bivarPlots, correlationMatPlot, getDatatype, multiVarOutlierPlot, outlierPlot, univarCatDistPlots
CheckColumnType
bivarPlots
correlationMatPlot
getDatatype
multiVarOutlierPlot
outlierPlot
univarCatDistPlots
# NOT RUN { ignoreCols(data = iris, columns = "Species") # }
Run the code above in your browser using DataLab