graph_to_bin | R Documentation |
Save the graph into a binary blob
graph_to_bin(graph, path)
graph |
A graph object |
path |
Path to a file to save the graph into |
Run for its side-effects
Other graphs i/o:
graph_from_bin()
graph <- graph_builder() |>
add_edge("A", "B") |>
build_directed()
graph_to_bin(graph)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.