convert2hex | R Documentation |
Convert a number to hexidecimal notation.
convert2hex(d)
d |
A vector of integers (must be < 2^31). |
The input in hex, as character strings.
hex2dec()
convert2hex(333)
dec2hex(333)
dec2hex(0:30)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.