View source: R/make_connections.R
make_connections | R Documentation |
Creates a dataframe 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, weight_col = NULL)
data |
Dataframe holding the information you'd like to reformat |
node_col |
The |
connect_col |
The |
weight_col |
A column from |
A dataframe containing details of connections between nodes via 'connecting objects'. Will include a unique node_number
column for use in downstream functions. Note this dataframe can have duplicate node-connecting object rows depending on the nature of the source dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.