
(Signed) shift the given value numBits right. If the given value is a long value, it will return a long value else it will return an integer value.
shiftRight(y, x)# S4 method for Column,numeric
shiftRight(y, x)
column to compute on.
number of bits to shift.
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
, signum
,
sinh
, sin
,
sqrt
, tanh
,
tan
, toDegrees
,
toRadians
, unhex
# NOT RUN {
shiftRight(df$c, 1)
# }
Run the code above in your browser using DataLab