qurid.Rd
This function generates a quasi-unique record identifier.
generate_qurids(x, origin = Sys.time())
qurid()
The number of QURIDs to produce.
The start date to use.
The QURIDs as a character vector.
metabefor::qurid();
#> [1] "qurid_7kpjz024"
metabefor::generate_qurids(4);
#> [1] "qurid_7kpjz024" "qurid_7kpjz025" "qurid_7kpjz026" "qurid_7kpjz027"