Learn R Programming

solvebio (version 2.15.0)

Object.get_by_path: 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 = .solveEnv, ...)

Arguments

path

The path to the object, relative to a vault.

env

(optional) Custom client environment.

...

(optional) Additional query parameters.

References

https://docs.solvebio.com/

Examples

Run this code
if (FALSE) {
Object.get_by_path("/ClinVar")
}

Run the code above in your browser using DataLab