Learn R Programming

solvebio (version 2.15.0)

Vault.update: Vault.update

Description

Updates the attributes of an existing vault.

Usage

Vault.update(id, env = .solveEnv, ...)

Arguments

id

The ID of the vault to update.

env

(optional) Custom client environment.

...

Vault attributes to change.

References

https://docs.solvebio.com/

Examples

Run this code
if (FALSE) {
Vault.update(
             id="1234",
             name="New Vault Name",
            )
}

Run the code above in your browser using DataLab