is_formula
From purrr v0.2.2.2
by Lionel Henry
Is a formula?
Is a formula?
Usage
is_formula(x)
Arguments
- x
object to test
Examples
# NOT RUN {
x <- disp ~ am
is_formula(x)
# }
Community examples
Looks like there are no examples yet.