ping,igvR-method {igvR}R Documentation

Test the connection between your R session and the webapp

Description

Test the connection between your R session and the webapp

Usage

## S4 method for signature 'igvR'
ping(obj)

Arguments

obj

An object of class igvR

Value

"pong"

Examples

if(interactive()){
   igv <- igvR()
   ping(igv)
   }

[Package igvR version 1.4.0 Index]