qCBA (version 0.3)

mapDataTypes: Map R types to qCBA

Description

The QCBA Java implementation uses different names of some data types than are used in this R wrapper.

Usage

mapDataTypes(Rtypes)

Arguments

Rtypes

Vector with R data types

Value

Vector with qCBA data types

Examples

Run this code
# NOT RUN {
mapDataTypes(unname(sapply(iris, class)))
# }

Run the code above in your browser using DataCamp Workspace