Learn R Programming

qCBA (version 1.0.2)

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)

Value

Vector with qCBA data types

Arguments

Rtypes

Vector with R data types

Examples

Run this code
mapDataTypes(unname(sapply(iris, class)))

Run the code above in your browser using DataLab