DatasetField.update {solvebio}R Documentation

DatasetField.update

Description

Updates the attributes of an existing dataset field. NOTE: The data_type of a field cannot be changed.

Usage

DatasetField.update(id, env = solvebio:::.solveEnv, ...)

Arguments

id

The ID of the dataset field to update.

env

(optional) Custom client environment.

...

Dataset field attributes to change.

References

https://docs.solvebio.com/

Examples

## Not run: 
DatasetField.update(
                    id="1234",
                    title="New Field Title"
                   )

## End(Not run)


[Package solvebio version 2.14.0 Index]