Last chance! 50% off unlimited learning
Sale ends in
# NOT RUN {
i <- as.hexmode("7fffffff")
i; class(i)
identical(as.integer(i), .Machine$integer.max)
hm <- as.hexmode(c(NA, 1)); hm
as.integer(hm)
# }
Run the code above in your browser using DataLab