View source: R/fct_visNetwork_helpers.R
generate_visNetwork | R Documentation |
Generates a visNetwork from a list of nodes and edges
generate_visNetwork(graph_data)
graph_data |
A list containing 'nodes' and 'edges' is visNetwork format |
a visNetwork object
generate_visNetwork(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.