Learn R Programming

solvebio (version 2.15.0)

Vault.create: Vault.create

Description

Create a new SolveBio vault.

Usage

Vault.create(name, env = .solveEnv, ...)

Arguments

name

The unique name of the vault.

env

(optional) Custom client environment.

...

(optional) Additional vault attributes.

References

https://docs.solvebio.com/

Examples

Run this code
if (FALSE) {
Vault.create(name="my-domain:MyVault")
}

Run the code above in your browser using DataLab