markAttributeColumn | R Documentation |
Assigns a class to a data.frame column to force a custom format in summary generation.
.markAttributeColumn(aspect) <- value
aspect |
an aspect (data.frame) |
value |
character; property |
the aspect (data.frame)
Internal function only for convenience
df = data.frame(name=c("a","b","c"), value=c("a","b","c")) RCX:::.markRefColumn(df) = "name" summary(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.