DatasetField.update: DatasetField.update

View source: R/dataset_field.R

DatasetField.updateR 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)


solvebio/solvebio-r documentation built on Dec. 8, 2022, 4:29 a.m.