decode_base_62: Decode a string in base 62 into a number

Description Usage Arguments Examples

View source: R/utilities.R

Description

Note that this returns a float vector, not an integer, due to the (unfortunate) 32-bit limit of integers in R.

Usage

1

Arguments

s

a character vector in base 62 encoding

Examples

1
2
3
strings <- c("wojWiVquxXy", "x1VMNGRqI3m")

decode_base_62(strings)

dgrtwo/drlib documentation built on Oct. 11, 2019, 6:42 a.m.