View source: R/dataset_template.R
DatasetTemplate.update | R Documentation |
Updates the attributes of an existing dataset template.
DatasetTemplate.update(id, env = .solveEnv, ...)
id |
The ID of the dataset template to update. |
env |
(optional) Custom client environment. |
... |
Dataset template attributes to change. |
## Not run:
DatasetTemplate.update(
id="1234",
name="New Template Name",
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.