exportStyle: Exports the current visual style as a data file

Description Usage Arguments Value Examples

View source: R/exportStyle.R

Description

Exports the current visual style as a data file

Usage

1
exportStyle(filename, type, base.url = "http://localhost:1234/v1")

Arguments

filename

(char) name of the style file to save

type

(char) type of data file to export, e.g., XML, JSON (case sensitive)

base.url

cyrest base url for communicating with cytoscape

Value

server response

Examples

1
exportStyle('myStyle','JSON')

cytoscape/r2cytoscape documentation built on May 4, 2019, 6:36 p.m.