Description Usage Arguments Examples
This function allows you to download a graph available via RESTful API.
1 2 3 4 5 | download.graph(
code,
to = c("igraph", "adjacency", "edges", "graph", "bnlearn"),
host = HOST
)
|
code |
Download Code (indicated by list.graphs() output). |
1 | g <- download.graph(1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.