dsGetInfo,OpalResult-method | R Documentation |
Get the information about a command (if still available).
## S4 method for signature 'OpalResult' dsGetInfo(dsObj, ...)
dsObj |
|
... |
Unused, needed for compatibility with generic. |
The result information, including its status.
## Not run: con <- dbConnect(DSOpal::Opal(), "server1", "username", "password", "https://opal.example.org") dsAssignExpr(con, "C", as.symbol("c(1, 2, 3)")) res <- dsAggregate(con, as.symbol("length(C)")) dsGetInfo(res) dsDisconnect(con) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.