DatasetField.update {solvebio} | R Documentation |
Updates the attributes of an existing dataset field. NOTE: The data_type of a field cannot be changed.
DatasetField.update(id, env = solvebio:::.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)