check_if_uid: Check if the vector/object is a UUID

View source: R/utilities.R

check_if_uidR Documentation

Check if the vector/object is a UUID

Description

Check if the vector/object is a UUID

Usage

check_if_uid(string)

Arguments

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

Value

a vector of the same length as string containing TRUE if the corresponding item in string is a UID, FALSE if not

Examples

## Not run: 
check_if_uid(string = "0324141a-8201-c5dc-631b-4dded4552ac4")
check_if_uid(string = "not a uid")

## End(Not run)

lsteinmann/idaifieldR documentation built on April 3, 2025, 2:06 p.m.