graph_from_bin: Read the graph from a binary blob
Description
Read the graph from a binary blob
Usage
graph_from_bin(path, bin, type = c("directed", "dag"))Arguments
- path
(Optional) Path to a file containing a graph binary
- bin
(Optional) The raw binary of the graph
- type
The type of graph the JSON represents