addGraphFromJsonFile {cyjShiny}R Documentation

Add graph from JSON file

Description

Add graph from JSON file

Usage

addGraphFromJsonFile(session, jsonFilename)

Arguments

session

a Shiny Server session object.

jsonFilename

of a text file with JSON representation of a cytoscape.js graph

Value

Nothing

Examples

## Not run: 
addGraphFromJsonFile(session)

## End(Not run)

[Package cyjShiny version 1.0.42 Index]