
Last chance! 50% off unlimited learning
Sale ends in
# NOT RUN {
is.null(list()) # FALSE (on purpose!)
is.null(pairlist()) # TRUE
is.null(integer(0)) # FALSE
is.null(logical(0)) # FALSE
as.null(list(a = 1, b = "c"))
# }
Run the code above in your browser using DataLab