Test the connection between your R session and the webapp
ping.Rd
Test the connection between your R session and the webapp
Arguments
- obj
An object of class igvR
- msecDelay
don't return until these many milliseconds have passed, default 0
Examples
if(interactive()){
igv <- igvR()
ping(igv)
}