These functions check whether a value was specified as an argument to a function.
Value
Depending on the function prefix:
If the check is successful,
assert_missing()returnsxinvisibly, whereascheck_missing()andtest_missing()returnTRUE.If the check is not successful,
assert_missing()throws an error message,test_missing()returnsFALSE, andcheck_missing()returns a string with the error message.
See also
Other package helpers:
Dictionary,
Storage,
find_namespace_calls(),
identical_structure(),
input_check_response(),
match_arg(),
package_logo(),
print_data.frame(),
print_matrix(),
system_information(),
unexpected_error(),
user_confirm()
