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)


datashield/DSOpal documentation built on Oct. 11, 2022, 2:49 a.m.