unmarshal {ulid}R Documentation

Unmarshal a ULID into a data frame with timestamp and random bitstring columns

Description

Unmarshal a ULID into a data frame with timestamp and random bitstring columns

Usage

unmarshal(ulids)

Arguments

ulids

character ULIDs (e.g. created with ULIDgenerate())

Value

data frame (tibble)

Examples

unmarshal(ULIDgenerate())

[Package ulid version 0.3.0 Index]