getDataType: Get Data Types from a data.frame.

Description Usage Arguments Value Examples

Description

Get Data Types from a data.frame.

Usage

1
getDataType(data, target)

Arguments

data

[data.frame]
Data to extract the types from

target

[character(1)]
Target column. If not available please insert as NULL.

Value

[named list], containing vectors according to types. Vectors contain column names of the data.frame

Examples

1
2
data("iris")
getDataType(iris, target = NULL)

ptl93/AEDA documentation built on May 7, 2019, 3:20 p.m.