invert_id: Invert identifier

Description Usage Arguments Value Examples

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

1

Arguments

x

The identifier(s) as a character vector.

Value

The identifier(s) as a numeric vector.

Examples

1
invert_id(generate_id('example'));

academy-of-behavior-change/dct documentation built on May 25, 2019, 9:23 a.m.