unhex {SparkR} | R Documentation |
Inverse of hex. Interprets each pair of characters as a hexadecimal number and converts to the byte representation of number.
unhex(x) ## S4 method for signature 'Column' unhex(x)
x |
Column to compute on. |
unhex since 1.5.0
Other math_funcs: acos
, asin
,
atan2
, atan
,
bin
, bround
,
cbrt
, ceil
,
conv
, corr
,
cosh
, cos
,
covar_pop
, cov
,
expm1
, exp
,
factorial
, floor
,
hex
, hypot
,
log10
, log1p
,
log2
, log
,
pmod
, rint
,
round
, shiftLeft
,
shiftRightUnsigned
,
shiftRight
, signum
,
sinh
, sin
,
sqrt
, tanh
,
tan
, toDegrees
,
toRadians
## Not run: unhex(df$c)