Learn R Programming

analysisPipelines (version 1.0.2)

getDatatype: Get Data Type

Description

Get Data Type

Usage

getDatatype(dataset)

Arguments

dataset

a dataset which needs to be loaded

Value

list with numeric_cols and cat_cols

Details

Based on the datatype the columns are seperated into categorical and numerical columns

See Also

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

Examples

Run this code
# NOT RUN {
getDatatype(iris)
# }

Run the code above in your browser using DataLab