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_7zbp3myb"
metabefor::generate_qurids(4);
#> [1] "qurid_7zbp3myb" "qurid_7zbp3myc" "qurid_7zbp3myd" "qurid_7zbp3myf"