powered by
Takes a dataframe and allows for use of tidyselect to construct a formula.
tidy_formula(data, target, ...)
a formula
dataframe
lhs
tidyselect. rhs
iris %>% tidy_formula(Species, tidyselect::everything())
Run the code above in your browser using DataLab