dot-transformVLD: Transform an aspect with data type

.transformVLDR Documentation

Transform an aspect with data type

Description

Transforms an aspect with value, dataType and isList columns to force a custom format in summary generation.

Usage

.transformVLD(aspect)

Arguments

aspect

an aspect (data.frame)

Value

the aspect (data.frame)

Note

Internal function only for convenience

Examples

df = data.frame(bla=c("a","b","c"),
                value=list("a",2,TRUE),
                dataType=c("string","integer","boolean"),
                isList=c(FALSE,FALSE,FALSE))
df = RCX:::.transformVLD(df)

summary(df)

frankkramer-lab/RCX documentation built on Feb. 4, 2023, 5:12 p.m.