View source: R/getValidDataElements.R
| getValidDataElements | R Documentation | 
Utility function to produce a data frame of valid data elements based on current DATIM form specification.
getValidDataElements(
  datasets = NA,
  d2session = dynGet("d2_default_session", inherits = TRUE)
)
| datasets | Should be a character vector of data set UIDs. Alternatively, if left missing, user will be promted to choose from a list. | 
| d2session | DHIS2 Session id | 
Returns a data frame of "dataSet", "dataElementName", "shortname", "code", "dataelementuid", "categoryOptionComboName"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.