create_node_labels: Create labels for each node (each node is a person)

Description Usage Arguments Value

View source: R/format_network_data.R

Description

Taking information for each person, create a node label to be plotted along with the network

Usage

1
create_node_labels(links_df, movie_df, id_df)

Arguments

links_df

Pairwise name combinations with id's dataframe.

movie_df

a dataframe of movie data. the output from the function create_network_df

Value

A dataframe containing information for node labels, including which group they belong to (number of movies)


wjburton/Movie_Network documentation built on May 4, 2019, 7:33 a.m.