Learn R Programming

solvebio (version 2.15.0)

Dataset.update: Dataset.update

Description

Updates the attributes of an existing dataset.

Usage

Dataset.update(id, env = .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

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

Run the code above in your browser using DataLab