Test if the input is NULL
Test if the input is NULL
test_if_null(x)
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) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.