Learn R Programming

broman (version 0.59-5)

hex2dec: Convert from hex to decimal

Description

Convert a number from hexidecimal to decimal notation.

Usage

hex2dec(h)

Arguments

h
#' Character string with hexadecimal representation of a number

Value

  • The input converted from hexadecimal to decimal notation.

Details

Nothing important to say here.

See Also

dec2hex

Examples

Run this code
hex2dec("14D")
hex2dec("14D") == 333
hex2dec(0:30)

Run the code above in your browser using DataLab