
Fetch custom field values for an enrolment
Source:R/custom_fields.R
selma_enrolment_custom_fields.RdRetrieves the custom field data stored against a specific enrolment.
Examples
if (FALSE) { # \dontrun{
selma_connect()
selma_enrolment_custom_fields("456")
} # }