View source: R/fct_visNetwork_helpers.R
visNetwork_to_graphdf | R Documentation |
Turns a list that can be read by visNetwork into graph dataframe (for gfpop)
visNetwork_to_graphdf(visNetwork_list)
visNetwork_list |
A list object compatable with visNetwork See graphdf_to_visNetwork. |
a dataframe/graph for gfpop
visNetwork_to_graphdf(graphdf_to_visNetwork(gfpop::graph(type = "std")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.