is.formula.Rd
Checks if the object is of the type formula
is.formula(x)
the object.
logical indicating if the object is a formula or not.
f = formula(y ~ x) is.formula(f) #> [1] TRUE