Object.query {solvebio} | R Documentation |
Object.query
Description
Queries a SolveBio file (vault object) and returns an R data frame containing all records. Returns a single page of results otherwise (default).
Usage
Object.query(id, paginate = FALSE, env = solvebio:::.solveEnv, ...)
Arguments
id |
The ID of a SolveBio file (vault object). |
paginate |
When set to TRUE, retrieves all records (memory permitting). |
env |
(optional) Custom client environment. |
... |
(optional) Additional query parameters (e.g. filters, limit, offset). |
References
Examples
## Not run:
Object.query("12345678790", paginate=TRUE)
## End(Not run)
[Package solvebio version 2.14.0 Index]