Learn R Programming

orbweaver (version 0.10.2)

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"))

Value

A graph object

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