extract_uid | R Documentation |
Extracts a DHIS2 11-digit UID from provided string.
extract_uid(string, bracketed = TRUE)
extract_uid_all(string)
string |
Input vector. Either a character vector, or something coercible to one. |
bracketed |
Boolean to indicate whether the UID is encased in square brackets. |
Character vector of DHIS2 11-digit UIDs found in string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.