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

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