knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

Travis-CI Build Status

GraphConvert

This is a collection of utilities for converting graphs amongst different types.

Converting Data to json

library(GraphConvert)
g <- igraph::graph('bull')
thisJson <- igraphToJson(g)
jsonlite::prettify(thisJson)


jaredlander/GraphConvert documentation built on May 18, 2019, 3:46 p.m.