make_nodes: Reformat dataframes in an appropriate format for network...

Description Usage Arguments Value

View source: R/make_nodes.R

Description

Take a data frame and create a df of unique nodes containing their df unique ids, and a 'node id' as well.

Usage

1
make_nodes(attribute_data, node_col, ...)

Arguments

attribute_data

Dataframe containing node attribute data

node_col

Column name in attribute_data that contains the unique common node identifier

...

Attribute variables in attribute_data

Value

A df of nodes as per node_col


shanej90/nodemaker documentation built on May 21, 2020, 12:08 a.m.