redcapAPI
redcapAPI copied to clipboard
R interface to REDCap (http://www.project-redcap.org/)
Hi, I am trying to export data from REDCap to R using the exportRecords() function. While most of the data are fully exported, two variables appear to be only partially...
How do we use the importRecords so that we can have REDCap import the record id's with what's available? Basically I need to use the forceAutoNumber parameter of the REDCAP...
Hi, I'm having a newfound error (Error in redcap_error(x, error_handling = "error") : 400:) when trying to import an R data frame to a REDCap project using importRecords(). I have...
Hi Team, I am getting below error while running redcap api to get pdf. Error in function (type, msg, asError = TRUE) : SSL: certificate subject name 'redcap-admproj' does not...
From an e-mail I received in January 2020 > Also, I'm not sure how much you investigated the exportUsers() error, but I ran into it with one of my studies....
@nutterb, just a heads up. I've had two recent issues created that ended up being caused by curly quotes in the data dictionary. The [solution](https://github.com/OuhscBbmc/REDCapR/commit/7367180641158d6ef6cae39ac4886efb43248e36) involved being more explicit with...
I keep getting errors that there is no file for the record when I know there is one.
- [ ] `importArms` - [ ] `deleteArms` - [ ] `importEvents` - [ ] `deleteEvents` - [ ] `importMetaData` - [ ] `createProject` - [ ] `importProjectInfo` - [...
We can alleviate this by building in a check for duplicate identifiers and casting an error when it occurs. "Duplicate identifiers" will need to account for `record_id` and `redcap_event_name`. Are...
I'm compiling notes here because I have no better place to do it where I can keep track of it. It wouldn't hurt to have someone confirm the behavior. However...