powered by
Test if the input is NULL
test_if_null(x)
object
an error if input (x) is NULL
# NOT RUN { # success test_if_null(airquality) #fail my_test <- NULL test_if_null(my_test) # }
Run the code above in your browser using DataLab