Dataset.update: Dataset.update

View source: R/dataset.R

Dataset.updateR Documentation

Dataset.update

Description

Updates the attributes of an existing dataset.

Usage

Dataset.update(id, env = solvebio:::.solveEnv, ...)

Arguments

id

The ID of the dataset to update.

env

(optional) Custom client environment.

...

Dataset attributes to change.

References

https://docs.solvebio.com/

Examples

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

## End(Not run)


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