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)
   }

PriceLab/igvR documentation built on Sept. 6, 2022, 5:45 a.m.