has_vars {gggenomes} | R Documentation |
Returns TRUE if all variables exists. If any=TRUE
returns TRUE if at least
one variable exists.
has_vars(x, vars, any = FALSE)
x |
object |
vars |
variables to test |
any |
if TRUE not all but at least one variable has to exists |
TRUE/FALSE