commandRun: Command Run

Description Usage Arguments Value Examples

View source: R/commandRun.R

Description

Using the same syntax as Cytoscape's Command Line Dialog, this function converts a command string into a CyREST URL, executes a GET request, and parses the HTML result content into an R list object.

Usage

1
commandRun(cmd.string, base.url = "http://localhost:1234/v1")

Arguments

cmd.string

(char) command

base.url

cyrest base url for communicating with cytoscape

Value

List object

Examples

1
commandRun('layout get preferred')

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