Dataset.get_or_create_by_full_path {solvebio} | R Documentation |
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 = solvebio:::.solveEnv, ...)
Arguments
full_path |
A valid full path to a dataset. |
env |
(optional) Custom client environment. |
... |
Additional dataset creation parameters. |
References
Examples
## Not run:
Dataset.get_or_create_by_full_path("MyVault:/folder/sub-folder/dataset")
## End(Not run)
[Package solvebio version 2.14.0 Index]