Formula
Checks if the object is of the type formula
is.formula(x)
x
logical indicating if the object is a formula or not.
f = formula(y ~ x) is.formula(f)