dsGetInfo,ArmadilloResult-method {DSMolgenisArmadillo} | R Documentation |
Get result info
Description
Await completion and get the information about a command (if still available).
Usage
## S4 method for signature 'ArmadilloResult'
dsGetInfo(dsObj, ...)
Arguments
dsObj |
|
... |
Unused, needed for compatibility with generic. |
Value
The result information. This should include the R expression being executed ('expression') and if the query is complete ('{ "status" = "COMPLETED" }').
[Package DSMolgenisArmadillo version 2.0.9 Index]