View source: R/dataset_field.R
| DatasetField.update | R Documentation | 
Updates the attributes of an existing dataset field. NOTE: The data_type of a field cannot be changed.
DatasetField.update(id, env = .solveEnv, ...)
| id | The ID of the dataset field to update. | 
| env | (optional) Custom client environment. | 
| ... | Dataset field attributes to change. | 
## Not run: 
DatasetField.update(
                    id="1234",
                    title="New Field Title"
                   )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.