Vault.get_or_create_by_full_path {solvebio}R Documentation

Vault.get_or_create_by_full_path

Description

Retrieves or creates a specific vault by its full path (domain:vault).

Usage

Vault.get_or_create_by_full_path(full_path, env = solvebio:::.solveEnv, ...)

Arguments

full_path

The full path of a SolveBio vault.

env

(optional) Custom client environment.

...

(optional) Additional parameters.

References

https://docs.solvebio.com/

Examples

## Not run: 
Vault.get_or_create_by_full_path("My New Vault")

## End(Not run)


[Package solvebio version 2.14.0 Index]