readAndStandardizeJSONStyleFile {cyjShiny}R Documentation

Read in a JSON file, extract the selector elements, return JSON

Description

this utility function examines the incoming JSON, returns exactly and only an array of selector objects

Usage

readAndStandardizeJSONStyleFile(filename)

Arguments

filename

a json file

Details

there are at least two JSON object structures used to specify style (see function comments in code for more details):

Value

a string with a cytoscape.js JSON graph


[Package cyjShiny version 1.0.42 Index]