mapDataTypes: Map R types to qCBA

mapDataTypesR Documentation

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

mapDataTypes(unname(sapply(iris, class)))

qCBA documentation built on Sept. 11, 2024, 7:37 p.m.

Related to mapDataTypes in qCBA...