make_connections.Rd
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)
data | Dataframe holding the information you'd like to reformat |
---|---|
node_col | The |
connect_col | The |
A dataframe containign details of connections between nodes via 'connecting objects'.