dsKeepAlive,OpalConnection-method {DSOpal} | R 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 |
|
Examples
## Not run:
con <- dsConnect(DSOpal::Opal(), "server1", "username", "password", "https://opal.example.org")
dsKeepAlive(con)
dsDisconnect(con)
## End(Not run)
[Package DSOpal version 1.4.0 Index]