dsKeepAlive,OpalConnection-method {DSOpal} | R Documentation |
Makes a dummy web service request.
## S4 method for signature 'OpalConnection'
dsKeepAlive(conn)
conn |
|
## Not run:
con <- dsConnect(DSOpal::Opal(), "server1", "username", "password", "https://opal.example.org")
dsKeepAlive(con)
dsDisconnect(con)
## End(Not run)