This function generates a quasi-unique record identifier.

generate_qurids(x, origin = Sys.time())

qurid()

Arguments

x

The number of QURIDs to produce.

origin

The start date to use.

Value

The QURIDs as a character vector.

Examples

metabefor::qurid();
#> [1] "qurid_7kpjz024"
metabefor::generate_qurids(4);
#> [1] "qurid_7kpjz024" "qurid_7kpjz025" "qurid_7kpjz026" "qurid_7kpjz027"