Prints node counts by type, edge counts by type, the top-5 nodes by PageRank centrality, and selected graph metadata (embed method, cache path, build time).
Usage
# S3 method for class 'rrlm_graph'
summary(object, ...)Examples
if (FALSE) { # \dontrun{
g <- build_rrlm_graph("mypkg")
summary(g)
} # }