| .transformListLength<- | R Documentation |
Transforms an aspect with a column, that is a list to force a custom format in summary generation. Only show the number of elements in the list elements.
.transformListLength(aspect) <- value
aspect |
an aspect (data.frame) |
value |
character; property |
the aspect (data.frame)
Internal function only for convenience
df = data.frame(bla=c("a","b","c"))
df$blubb=list(c("a","b","c"),
c(1,2),
c(TRUE,FALSE,FALSE,TRUE,TRUE))
RCX:::.transformListLength(df) = "blubb"
summary(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.