Retrieve an option set of a data element.
de_option_set(uid = NULL)
uid | A character string, the data element uid. |
---|
an S3 type object with an optsion set id, options, path and the response.
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.
if (FALSE) { de_option_set(uid = "xywg23thsiw") }