The package can also be use to import data into Redcap from R or shiny, even with multiple events. This package has the advantage that it only pull the columns you indicate, unlike other packages that download all the data and filters locally.
surveycto package uses Application Programming Interface (API) to achieve data interoperability between Open Data Kit (ODK) based data management applications such as koboToolbox (https://www.kobotoolbox.org/) and Surveycto (https://www.surveycto.com/) and RedCap. It is developed with a framework to be make it efficient in development of live or near-real-time dashboards such as Shiny dashboards etc. This means the data utilities in the packages are lightweight and efficient.
Available: https://rdrr.io/github/Waiguru254/surveycto/
Github: https://github.com/Waiguru254/surveycto
To install in R use :
remotes:: git_install("Waiguru254/surveycto")