convertColumnTypes: Titel

Description Usage Arguments Details Value Examples

View source: R/convertColumnTypes.R

Description

"Converts all columns of a data frame with type X to type Y."

Usage

1
convertColumnTypes(inputDF, searchType, targetType)

Arguments

inputDF

A data.frame

searchType

Type of the columns which have to be converted.

targetType

Type to which the columns with type "searchType" will be converted

Details

Untertitel

Value

inputDF as a data.table

Examples

1
## Not run: dt=dfTodt(as.data.frame(matrix(1:100, ncol=10)))

lukaszoller/tool_R documentation built on April 25, 2020, 12:55 a.m.