CHOP-CGTInformatics / REDCapTidieR

Makes it easy to read REDCap Projects into R
https://chop-cgtinformatics.github.io/REDCapTidieR/
Other
33 stars 8 forks source link

[BUG] openxlsx2 Deprecation Warning #160

Closed rsh52 closed 1 year ago

rsh52 commented 1 year ago

Current Behavior

Less a bug and more of an alert. After a recent openxlsx2 update, a warning now appears as below for write_redcap_xlsx():

Warning: 'wb_save(path)' is deprecated.
Use 'wb_save(file)' instead.
See help("Deprecated") and help("openxlsx2-deprecated").

We need to update the function to remove this warning.

Checklist

Before submitting this issue, please check and verify below that the submission meets the below criteria: