ping,igvR-method {igvR} | R Documentation |
Test the connection between your R session and the webapp
## S4 method for signature 'igvR' ping(obj, msecDelay = 0)
obj |
An object of class igvR |
msecDelay |
don't return until these many milliseconds have passed, default 0 |
"pong"
if(interactive()){ igv <- igvR() ping(igv) }