Learn R Programming

analysisPipelines (version 1.0.2)

CheckColumnType: Check for type of column

Description

Check for type of column

Usage

CheckColumnType(dataVector)

Arguments

dataVector

a data vector of a column

Value

column Type

Details

Checking for type of columns in the datavector

See Also

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

Examples

Run this code
# NOT RUN {
CheckColumnType(iris$Sepal.Length)
# }

Run the code above in your browser using DataLab