Retrieve an option set of a data element.

de_option_set(uid = NULL)

Arguments

uid

A character string, the data element uid.

Value

an S3 type object with an optsion set id, options, path and the response.

Details

de_option_set retrieves an option set of a data element. It checks whether the data element has an option set and extracts its details including the options. de_option_set returns the option set id, options, path and the response.

Examples

if (FALSE) { de_option_set(uid = "xywg23thsiw") }