Creates a df of unique nodes and vertices combinations. For example, it might list all team members/nodes working on projects, connected via a project ID.

make_connections(data, node_col, connect_col)

Arguments

data

Dataframe holding the information you'd like to reformat

node_col

The data column containing identifiers for nodes

connect_col

The data column containing the ids of objects connecting nodes, for example, project IDs, locations, mentees

Value

A dataframe containign details of connections between nodes via 'connecting objects'.