CheckColumnType: Check for type of column

Description Usage Arguments Details Value See Also Examples

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

Description

Check for type of column

Usage

1
CheckColumnType(dataVector)

Arguments

dataVector

a data vector of a column

Details

Checking for type of columns in the datavector

Value

column Type

See Also

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

Examples

1
CheckColumnType(iris$Sepal.Length)

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