
Last chance! 50% off unlimited learning
Sale ends in
Test if the input is Missing
test_if_missing(x)
object
an error if input (x) is not specified
# NOT RUN {
# success
my_test <- x
test_if_null(my_test)
#fail
test_if_missing()
# }
Run the code above in your browser using DataLab