Escape variable names containing special characters for formulas
Source:R/utils.R
dot-escapeVariableNames.RdAdds backticks around names that contain anything other than `[A-Za-z0-9._]`. Centralises the helper that previously lived in multiple `.b.R` files so the implementation stays in one place.