num2hex: Number to Hexadecimal

View source: R/num2hex.R

num2hexR Documentation

Number to Hexadecimal

Description

Convert number to hexadecimal string.

Usage

num2hex(x, width = NULL, upper = FALSE)

Arguments

x

a number.

width

minimum width for output string.

upper

whether to use upper case.

Value

Hexadecimal string.


arni-magnusson/arni documentation built on Nov. 3, 2023, 7:35 p.m.