View source: R/helperFunctions.R
is.formula | R Documentation |
Checks if the object is of the type formula
is.formula(x)
x |
the object. |
logical indicating if the object is a formula or not.
f = formula(y ~ x)
is.formula(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.