.summaryAspect | R Documentation |
Helper function to mark columns that are ids or reference ids
.summaryAspect(aspect)
aspect |
an aspect (data.frame) |
the aspect (data.frame)
Internal function only for convenience
edges = createEdges(source=c(1,1), target=c(2,3)) edges = RCX:::.summaryAspect(edges) class(edges$id)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.