
Validate that a formula has a simple left‐hand side check_simple_lhs( ~ x1 + x2) # errors because no lhs
Source:R/helpers.R
check_simple_lhs.RdValidate that a formula has a simple left‐hand side check_simple_lhs( ~ x1 + x2) # errors because no lhs