Last chance! 50% off unlimited learning
Sale ends in
# NOT RUN {
x <- as.factor(c("1", "3.5"))
as_reliable_num(x)
x <- as.factor(c("9", "7"))
as_reliable_int(x)
x <- as.factor(c("1", "0"))
as_reliable_lgl(x)
# }
Run the code above in your browser using DataLab