Object.update {solvebio} | R Documentation |
Updates the attributes of an existing vault object.
Object.update(id, env = solvebio:::.solveEnv, ...)
id |
The ID of the vault to update. |
env |
(optional) Custom client environment. |
... |
Object attributes to change. |
## Not run:
Object.update(
id="1234",
filename="New Name",
)
## End(Not run)