Object.data {solvebio} | R Documentation |
Object.data
Description
Returns one page of documents from a SolveBio file (object) and processes the response.
Usage
Object.data(id, filters, col.names = NULL, env = solvebio:::.solveEnv, ...)
Arguments
id |
The ID of a SolveBio file (vault object). |
filters |
(optional) Query filters. |
col.names |
(optional) Force data frame column name ordering. |
env |
(optional) Custom client environment. |
... |
(optional) Additional query parameters (e.g. limit, offset). |
References
Examples
## Not run:
Object.data("1234567890")
## End(Not run)
[Package solvebio version 2.14.0 Index]