Learn R Programming

solvebio (version 2.15.0)

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

Arguments

full_path

The full path to the object.

env

(optional) Custom client environment.

...

(optional) Additional query parameters.

References

https://docs.solvebio.com/

Examples

Run this code
if (FALSE) {
Object.get_by_full_path("solvebio:public:/ClinVar")
}

Run the code above in your browser using DataLab