invert_id: Invert identifier

View source: R/invert_id.R

invert_idR Documentation

Invert identifier

Description

Invert the identifier (generated by generate_id() for one or more constructs. This means that the identifier prefix is stripped and the last part is converted back from base 30 to base 10.

Usage

invert_id(x)

Arguments

x

The identifier(s) as a character vector.

Value

The identifier(s) as a numeric vector.

Examples

invert_id(generate_id('example'));

psyverse documentation built on March 7, 2023, 8:31 p.m.