powered by
Updates the attributes of an existing dataset field. NOTE: The data_type of a field cannot be changed.
DatasetField.update(id, env = .solveEnv, ...)
The ID of the dataset field to update.
(optional) Custom client environment.
Dataset field attributes to change.
https://docs.solvebio.com/
if (FALSE) { DatasetField.update( id="1234", title="New Field Title" ) }
Run the code above in your browser using DataLab