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.
 
 
 

20 lines
513 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{unmarshal}
\alias{unmarshal}
\title{Unmarshal a ULID into a data frame with timestamp and random bitstring columns}
\usage{
unmarshal(ulids)
}
\arguments{
\item{ulids}{character ULIDs (e.g. created with \code{\link[=ULIDgenerate]{ULIDgenerate()}})}
}
\value{
data frame (tibble)
}
\description{
Unmarshal a ULID into a data frame with timestamp and random bitstring columns
}
\examples{
unmarshal(ULIDgenerate())
}