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