is_formula.Rd
Is object a formula?
is_formula(x)
Object to test
is_formula(~ 10) #> [1] TRUE is_formula(10) #> [1] FALSE