Vault.get_or_create_by_full_path {solvebio} | R Documentation |
Retrieves or creates a specific vault by its full path (domain:vault).
Vault.get_or_create_by_full_path(full_path, env = solvebio:::.solveEnv, ...)
full_path |
The full path of a SolveBio vault. |
env |
(optional) Custom client environment. |
... |
(optional) Additional parameters. |
## Not run:
Vault.get_or_create_by_full_path("My New Vault")
## End(Not run)