SavedQuery.update: SavedQuery.update

View source: R/saved_query.R

SavedQuery.updateR Documentation

SavedQuery.update

Description

Updates the attributes of an existing saved query.

Usage

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

## Not run: 
SavedQuery.update(
               id="1234",
               name="New query Name",
              )

## End(Not run)


solvebio documentation built on May 17, 2022, 5:06 p.m.