powered by
Test if the input is Missing
test_if_missing(x)
an error if input (x) is not specified
object
if (FALSE) { # success my_test <- x test_if_null(my_test) #fail test_if_missing() }
Run the code above in your browser using DataLab