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.


arnima-github/arni documentation built on Oct. 28, 2023, 6:18 p.m.