Description Usage Arguments Value
View source: R/format_network_data.R
Taking information for each person, create a node label to be plotted along with the network
1 | create_node_labels(links_df, movie_df, id_df)
|
links_df |
Pairwise name combinations with id's dataframe. |
movie_df |
a dataframe of movie data. the output from the function create_network_df |
A dataframe containing information for node labels, including which group they belong to (number of movies)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.