R/generics.R
as_formula.Rd
Utility wrapper function to convert an object to a formula.
as_formula(x, ...)
(ANY) object to convert to a formula.
ANY
Not used.
A formula object.
formula
as_formula("response ~ time") #> response ~ time #> <environment: 0x560c8c1efab8>