make_connections: Create a dataframe listing nodes and details of how they...

Description Usage Arguments Value

View source: R/make_connections.R

Description

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.

Usage

1
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'.


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