Learn R Programming

solvebio (version 2.15.0)

Dataset.get_or_create_by_full_path: Dataset.get_or_create_by_full_path

Description

A helper function to get or create a dataset by its full path.

Usage

Dataset.get_or_create_by_full_path(full_path, env = .solveEnv, ...)

Arguments

full_path

A valid full path to a dataset.

env

(optional) Custom client environment.

...

Additional dataset creation parameters.

References

https://docs.solvebio.com/

Examples

Run this code
if (FALSE) {
Dataset.get_or_create_by_full_path("MyVault:/folder/sub-folder/dataset")
}

Run the code above in your browser using DataLab