Learn R Programming

solvebio (version 2.15.0)

SavedQuery.update: SavedQuery.update

Description

Updates the attributes of an existing saved query.

Usage

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

Arguments

id

The ID of the saved query to update.

env

(optional) Custom client environment.

...

Saved query attributes to change.

References

https://docs.solvebio.com/

Examples

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

Run the code above in your browser using DataLab