Use this when you want to define the relationship between two variables.
Arguments
- x
The predictor variable. A bare name,
c()of bare names, a tidyselect helper (requiresdata), orI(expr)for inline data.- resp
The response variable. Same rules as
x.