R/old_dataset.R
Dataset.update.Rd
Updates the attributes of an existing dataset.
Dataset.update(id, env = get_connection(), ...)
The ID of the dataset to update.
(optional) Custom client environment.
Dataset attributes to change.
if (FALSE) { # \dontrun{ Dataset.update( id = "1234", name = "New Dataset Name", ) } # }