CHANGES
-
data_summary()now allows expressions to return more than one summary
value. For each value, a new column is created. Additionally, the optional
suffixargument controls the naming of these columns; ifsuffix = NULL,
column names are auto-generated (e.g., with numeric suffixes). -
standardize()now works onfixestestimations (#665). -
data_read()anddata_write()gain apasswordargument, to encrypt and
decrypt data files. This currently only works for R file formats (.rda,
.rds, and.rdata). Data encryption is based on the AES-GCM algorithm using
theopenssl::aes_gcm_encrypt()function (#675).
FIXES
- Fix a test due to R-devel change (#677).