Skip to content

Decimal to hexadecimal

2 messages · Gregor Gorjanc, Brian Ripley

#
Hello!

Is there an R function that would convert decimal code to hexadecimal one?
#
?sprintf, if you mean to convert a number to a hexadecimal character 
representation. To convert a decimal representation to a number, use 
as.numeric.

This has been covered recently so please try the archives.
On Fri, 29 Apr 2005, Gregor GORJANC wrote: