hex_to_dec: Convert hexadecimal to decimal.

Description Usage Arguments Value Examples

View source: R/util.R

Description

Convert hexadecimal to decimal.

Usage

1

Arguments

hex

Hexadecimal number as string.

integer

Whether result should be an integer.

Value

Numeric or integer.

Examples

1
hex_to_dec("0x5272")

Example output

[1] 21106

ether documentation built on Jan. 25, 2020, 9:07 a.m.