Object.get_by_path {solvebio} | R Documentation |
Object.get_by_path
Description
A helper function to get an object on SolveBio by its path. Used as a pass-through function from some Vault methods.
Usage
Object.get_by_path(path, env = solvebio:::.solveEnv, ...)
Arguments
path |
The path to the object, relative to a vault. |
env |
(optional) Custom client environment. |
... |
(optional) Additional query parameters. |
References
Examples
## Not run:
Object.get_by_path("/ClinVar")
## End(Not run)
[Package solvebio version 2.14.0 Index]