mapDataTypes {qCBA} | R 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)))
[Package qCBA version 0.5.1 Index]