Learn R Programming

gethr (version 0.1.0)

dec_to_hex: Decimal to hexadecimal conversion.

Description

dec_to_hex returns the value in hexadecimal.

Usage

dec_to_hex(number)

Arguments

number

Integer - Value in decimal.

Value

Data - Value in hexadecimal.

See Also

Other utils functions: get_network_id, get_post, get_rpc_address, hex_to_dec, hex_to_text, is.wholenumber, process_block, process_log, process_receipt, process_transaction, set_network_id, set_rpc_address, text_to_hex

Examples

Run this code
# NOT RUN {
dec_to_hex(50)

# }

Run the code above in your browser using DataLab