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.
 
 
 

23 lines
546 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/RcppExports.R, R/gen.R
\name{ULIDgenerate}
\alias{ULIDgenerate}
\alias{generate}
\alias{ulid_generate}
\title{Generate ULID}
\usage{
ULIDgenerate(n = 1L)
generate(n = 1L)
ulid_generate(n = 1L)
}
\arguments{
\item{n}{number of id's to generate (default = \code{1})}
}
\description{
\code{\link[=ULIDgenerate]{ULIDgenerate()}} generates a new \href{https://github.com/ulid/spec}{Universally Unique Lexicographically Sortable Identifier}.
}
\examples{
ULIDgenerate()
}