Skip to contents

Updates the attributes of an existing dataset.

Usage

Dataset.update(id, env = get_connection(), ...)

Arguments

id

The ID of the dataset to update.

env

(optional) Custom client environment.

...

Dataset attributes to change.

Examples

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