Convert a number to hexidecimal notation.
convert2hex(d)A number.
A character string; the input in hex.
Nothing important to say here.
# NOT RUN {
convert2hex(333)
dec2hex(333)
dec2hex(333) == "14D"
dec2hex(0:30)
# }
Run the code above in your browser using DataLab