| .transformVLD | R Documentation |
Transforms an aspect with value, dataType and isList columns to force a custom format
in summary generation.
.transformVLD(aspect)
aspect |
an aspect (data.frame) |
the aspect (data.frame)
Internal function only for convenience
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.