Object.update: Object.update

View source: R/object.R

Object.updateR Documentation

Object.update

Description

Updates the attributes of an existing vault object.

Usage

Object.update(id, env = solvebio:::.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

## Not run: 
Object.update(
              id="1234",
              filename="New Name",
             )

## End(Not run)


solvebio/solvebio-r documentation built on Dec. 8, 2022, 4:29 a.m.