Rdocumentation
powered by
Learn R Programming
hashids (version 0.9.0)
base16_to_dec: Converts a base 16 string to a base 10 number. Because I couldn't get base R functions to work for big hex numbers.
Description
Converts a base 16 string to a base 10 number. Because I couldn't get base R functions to work for big hex numbers.
Usage
base16_to_dec(str_16)
Arguments
str_16
base 16 number as a string.
Value
base 10 integer.