Learn R Programming

RCytoscape (version 1.22.0)

ping: ping

Description

Test the connection to Cytoscape.

Usage

ping(obj)

Arguments

obj
a CytoscapeConnectionClass object.

Value

"It works!"

Examples

Run this code
  cy <- CytoscapeConnection ()
  ping (cy)
    # "It works!"   

Run the code above in your browser using DataLab