Object.get_by_full_path {solvebio} | R Documentation |
Object.get_by_full_path
Description
A helper function to get an object on SolveBio by its full path.
Usage
Object.get_by_full_path(full_path, env = solvebio:::.solveEnv, ...)
Arguments
full_path |
The full path to the object. |
env |
(optional) Custom client environment. |
... |
(optional) Additional query parameters. |
References
Examples
## Not run:
Object.get_by_full_path("solvebio:public:/ClinVar")
## End(Not run)
[Package solvebio version 2.14.0 Index]