base16_to_dec {hashids} | R Documentation |
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.
[Package hashids version 0.9.0 Index]