tidy_formula {autostats} | R Documentation |
tidy formula construction
Description
Takes a dataframe and allows for use of tidyselect to construct a formula.
Usage
tidy_formula(data, target, ...)
Arguments
data |
dataframe |
target |
lhs |
... |
tidyselect. rhs |
Value
a formula
Examples
iris %>%
tidy_formula(Species, tidyselect::everything())
[Package autostats version 0.4.1 Index]