Learn R Programming

solvebio (version 2.15.0)

Object.update: Object.update

Description

Updates the attributes of an existing vault object.

Usage

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

Arguments

id

The ID of the vault to update.

env

(optional) Custom client environment.

...

Object attributes to change.

References

https://docs.solvebio.com/

Examples

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

Run the code above in your browser using DataLab