check_if_uid | R Documentation |
Check if the vector/object is a UUID
check_if_uid(string)
string |
A character string or vector of character strings that should be checked for being a UID as used in iDAI.field 2 / Field Desktop |
a vector of the same length as string containing TRUE if the corresponding item in string is a UID, FALSE if not
## Not run:
check_if_uid(string = "0324141a-8201-c5dc-631b-4dded4552ac4")
check_if_uid(string = "not a uid")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.