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

ping,igvR-methodR 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, msecDelay = 0)

Arguments

obj

An object of class igvR

msecDelay

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

Value

"pong"

Examples

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

paul-shannon/IGV documentation built on Nov. 5, 2023, 2:09 p.m.