-
- Explore Redcap to become familiar with the API and documentation.
- Discover any potential blockers or limitations of using Redcap inline with the requirements of the project.
Cleop updated
7 years ago
-
Read EAV (instead of wide/flat) from the REDCap API, and convert it to a flat (non-EAV) dataset. This will be more work for R on the client than before. But it should be faster overall, because the …
-
As a user
I want clear and comprehensive information about what my data can and will be used for so that I feel in control and informed.
-
Theoretically, you can quickly backup an entire redcap project through the API. You can download:
- The data dictionary (`project.export_metadata`)
- The data (`project.export_records`)
- The users (`…
-
Hi,
After toying around with the API, I've come into a small bug that causes `importRecords()` to fail when calling `chron::times()` in case there are absolutely no missing values in the fields of in…
-
Hey @aarenson (cc: @nutterb). This is related to https://groups.google.com/forum/#!topic/project-redcap-plugins/Re0zhF1aIlg.
Can you try to connect to Vandy's test server with your new library? The…
-
Dear nutterb,
My name is Sunand Kannappan, a student at the Faculty of Medicine in the University of Calgary, Canada. I'm working on a patient database on REDCAP, and would like to export records thr…
-
@sbenito : can you please create today a try and except so that if this happening again it does not break the pipeline ? when you catch the error simply do a print statement so that we the catch it …
-
My institution just upgraded REDCap to v 6.12.1 last week and we soon hit an interesting glitch. As it is caused by the new API method, which was introduced in v 6.11.0, I'm sharing it here as it may …
-
I saw the Cross Validated page for [Data APIs/feeds available as packages in R](http://stats.stackexchange.com/questions/12670/data-apis-feeds-available-as-packages-in-r), and wondered if it made sens…