dot-summaryAspect: Helper function to mark columns that are ids or reference ids

.summaryAspectR Documentation

Helper function to mark columns that are ids or reference ids

Description

Helper function to mark columns that are ids or reference ids

Usage

.summaryAspect(aspect)

Arguments

aspect

an aspect (data.frame)

Value

the aspect (data.frame)

Note

Internal function only for convenience

Examples

edges = createEdges(source=c(1,1), target=c(2,3))
edges = RCX:::.summaryAspect(edges)
class(edges$id)

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