Converts a base 16 string to a base 10 number. Because I couldn't get base R functions to work for big hex numbers.
base16_to_dec(str_16)
str_16
base 16 number as a string.
base 10 integer.