| is.formula {distillery} | R Documentation |
Tests to see if an object is a formula or not.
is.formula(x)
x |
An R object. |
This is a very simple function that simplifies checking that the class of an object is a formula or not.
single logical
Eric Gilleland
is.formula(~1) is.formula(1:3)