vubiostat / redcapAPI

R interface to REDCap (http://www.project-redcap.org/)
16 stars 26 forks source link

Tools for Counting Longitudinal Events #361

Open obregos opened 1 month ago

obregos commented 1 month ago

Not sure if this item deserves priority but the redcapDM package apparently has this (need to investigate) and it would be another enhancement: https://cran.r-project.org/web/packages/REDCapDM/vignettes/REDCapDM.html

spgarbet commented 1 month ago

redcapDM is interesting in that it treats the type conversions as atomic operations. We have a lot of similarity in how we deal with the callbacks, but their interface takes a different approach.

Our package has the long vs. wide conversion for longitudinal. Not the same, but similar functionality. I don't see how we could implement what they've done for this as our approach is very different.