dsKeepAlive-OpalConnection-method: Keep connection with a Opal server alive

dsKeepAlive,OpalConnection-methodR Documentation

Keep connection with a Opal server alive

Description

Makes a dummy web service request.

Usage

## S4 method for signature 'OpalConnection'
dsKeepAlive(conn)

Arguments

conn

OpalConnection-class class object

Examples

## Not run: 
con <- dsConnect(DSOpal::Opal(), "server1", "username", "password", "https://opal.example.org")
dsKeepAlive(con)
dsDisconnect(con)

## End(Not run)


DSOpal documentation built on Aug. 8, 2025, 6:21 p.m.