if you are inside a function, missing() is what you want.
exchequer = function(x) { if(missing(x)){ message("x is missing… :-(") }}exchequer()x is missing… :-(
if you are inside a function, missing() is what you want.
exchequer = function(x) { if(missing(x)){ message("x is missing… :-(") }}exchequer()x is missing… :-(