dsFetch,OpalResult-method {DSOpal} | R Documentation |
Fetch the result
Description
Fetch the DataSHIELD operation result.
Usage
## S4 method for signature 'OpalResult'
dsFetch(res)
Arguments
res |
|
Value
TRUE if table exists.
Examples
## 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)"))
length <- dsFetch(res)
dsDisconnect(con)
## End(Not run)
[Package DSOpal version 1.4.0 Index]