Missing or length 0
TRUE if x
is missing or if length(x)
is 0.
missing0(x)
x |
a formal argument as for |
Only makes sense called from within another function
Spencer Graves
tstFn <- function(x)missing0(x) # missing all.equal(tstFn(), TRUE) # length 0 all.equal(tstFn(logical()), TRUE) # supplied all.equal(tstFn(1), FALSE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.