Published January 24, 2024
| Version v2.8.3
Software
Open
vubiostat/redcapAPI: v2.8.3
Creators
- 1. Battelle Memorial Institute
- 2. Vanderbilt University Medical Center
- 3. Institut Pasteur
- 4. @deohs University of Washington (UW)
- 5. University of Oklahoma Health Sciences Center & Howard Live Oak, LLC
- 6. @socialresearchcentre
Description
- Patch to date range handling that was breaking on new REDCap projects since version 14.0.2 of the REDCap server.
- Improved speed / memory usage for empty row exclusion.
- Checkbox field labels now follow the pattern '[field_label] (choice=[choice_label])'
- Fixed checkbox handling to be consistent with data export tool.
- Added
skip_validation
list to complementraw_cast
. - Extends casting and validation to text fields validated with the BioPortal Ontology service.
- Extends casting and validation to sql fields.
- Adds
valSkip
, allowing for validation to be skipped for a field type. - Adds
castLogical
casting function. - Adds four vignettes for getting started with using
unlockREDCap
andexportRecordsTyped
. - Added helper function
changedRecords
. - Added
assembleCodebook
, which mimics the codebook in the REDCap UI in the form of a data frame. - New functions for project management: createRedcapProject, exportProjectXml
- Additional timeout trap for request retry strategy.
- Reports of data failing validation checks now include a link to the form with the failing data.
- Major cleanup to remove messages on successful function execution. Many return values are changed to be consistent and be TRUE/FALSE if possible.
- Bug fix: The repeat_instance argument of exportFiles is now included in the API call.
- New Vignette: vignette("redcapAPI-offline-connection")
- Adds
exportFilesMultiple
to facilitate exporting multiple files in a familiar interface. - Bug fix: Batching records no longer has the potential to produce duplicated records when a record ID has data in multiple events. (See Issue 262)
- Extends
preserveProject
and addsreadPreservedProject
to assist with preparing data for offline users.
Files
vubiostat/redcapAPI-v2.8.3.zip
Files
(2.2 MB)
Name | Size | Download all |
---|---|---|
md5:9b96ec712d6eaf9b15bd38c3fdeea130
|
2.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/vubiostat/redcapAPI/tree/v2.8.3 (URL)