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