adv_tbl: Make Advanced Tables

View source: R/adv_tbl.R

adv_tblR Documentation

Make Advanced Tables

Description

Advanced Tables are a "long" way to look at network data where every node has columns about their attributes. Additionally, all of the nodes and attributes carry their own meta-data. This is a form that is made to make simple import into ORA.

Usage

adv_tbl(attributes, edges, directed = TRUE, group_col = NULL)

Arguments

attributes

A data frame with the atributes ceated by as_adv_attr()

edges

A data frame with the edges ceated by as_adv_edge()

directed

Logical scalar - is the data directed (currently unused)

group_col

column to group the data by

Value

an advanced table


chris-s-friedman/Friedman documentation built on Feb. 12, 2023, 8:02 p.m.