Universally Unique Lexicographically Sortable Identifiers in R
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
209 B

# Generated by roxygen2: do not edit by hand
5 years ago
export(ULIDgenerate)
5 years ago
export(generate)
export(ts_generate)
export(ulid_generate)
5 years ago
export(unmarshal)
5 years ago
importFrom(Rcpp,sourceCpp)
useDynLib(ulid, .registration = TRUE)