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/igvR documentation built on Nov. 11, 2023, 8:26 p.m.