ping: Test the connection between your R session and the webapp

Description Usage Arguments Value Examples

Description

Test the connection between your R session and the webapp

Usage

1
2
## S4 method for signature 'igvR'
ping(obj, msecDelay = 0)

Arguments

obj

An object of class igvR

msecDelay

don't return until these many milliseconds have passed, default 0

Value

"pong"

Examples

1
2
3
4
if(interactive()){
   igv <- igvR()
   ping(igv)
   }

igvR documentation built on Nov. 8, 2020, 7:14 p.m.