Vault.get_by_full_path {solvebio} | R Documentation |
Vault.get_by_full_path
Description
Retrieves a specific vault by its full path (domain:vault).
Usage
Vault.get_by_full_path(full_path, verbose = TRUE, env = solvebio:::.solveEnv)
Arguments
full_path |
The full path of a SolveBio vault. |
verbose |
Print warning/error messages (default: TRUE). |
env |
(optional) Custom client environment. |
References
Examples
## Not run:
Vault.get_by_full_path("SolveBio:Public")
## End(Not run)
[Package solvebio version 2.14.0 Index]