Overview of the 'tinycodet' "Safer" Functionality
Source:R/aaa1_tinycodet_safer.R
aaa1_tinycodet_safer.Rd
To help make your code safer, the 'tinycodet' R-package introduces a few functions:
The lock_TF function to set and lock
T
andF
toTRUE
andFALSE
, respectively.The %<-c% operator to assign locked constants.
Standard evaluated versions of some common expression-evaluation functions:
with_pro and aes_pro.safer_partialmatch to set options for safer dollar, arguments, and attribute matching.