redcapAPI
redcapAPI copied to clipboard
R interface to REDCap (http://www.project-redcap.org/)
I notice that longer API calls have been disconnecting. Our project has ~2,500 variables. A record JSON is ~6 MB. When I try to upload the record to REDCap using...
This turns an unmapped suffix into a warning instead
Hi I'm getting an invalid sender error when I'm uploading the alerts & Notifications from one project to another. My email address is valid, and user permissions are the same...
I think this has been renamed to "api_export" in the actual API.
Hi! I'm trying to create an allocation table with the following code, taken from this [Wiki page](https://github.com/nutterb/redcapAPI/wiki/Randomization-Module): Randomize
Thanks for this REDCap API interface library for R, it's proven pretty useful already. At the moment we're converting research data from an older system to REDCap projects. We have...
We are finding that text field where no data has been entered in a form for that field, are returned as logical instead of the correct field type from the...
Hi @nutterb This is repeat of the error from issue 158: ``` Error in set_label.default(x[[nm]], lab) : labels may not be added to `NULL` objects. ``` I tried to install...
I am exporting a report (using exportReports) with dag = TRUE. The redcap_data_access_group variable appears in the dataframe, but when I use importRecords to import the dataframe into another REDCap...
I posted back in October regarding the exportRecords function no longer working, but after a day or two, it suddenly started working again. It worked most of the time, but...