Hello,
For my study (P211) on REDCapMED, I use the R API package to automatically add data into REDCap based on the state of a training intervention hosted on another server.
The REDCap R package proposes the redcap_write_oneshot() function to update the Redcap records, but this function alone now takes nearly a minute to run (massive online study with thousands of records), which is too much for my virtual machine's cron. Is there a better, more efficient, way in R to update the Redcap records without updating the whole database like this function does?
Bests,
hugo