This will only overwrite and new data. It will not directly delete and data. Because this is the only function that can mess up your data, use it at your own risk. Remember all changes are saved in the redcap log if there's an issue. Missing rows and columns are fine!
Arguments
- to_be_uploaded
data.frame in raw coded form. If you worked with clean data pass your data to `labelled_to_raw_form(FORM,DB)` first.
- DB
A validated `DB` object containing REDCap project data and settings. Generated using load_DB or setup_DB
- batch_size
numeric of how big the REDCap batch upload is. Default 500.