ping,igvR-method | 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) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.