REDCapTidieR icon indicating copy to clipboard operation
REDCapTidieR copied to clipboard

[FEATURE] Include event labels in `redcap_events` tibbles

Open ezraporter opened this issue 2 years ago • 5 comments

Feature Request Description

Events in longitudinal redcaps can have custom labels in addition to identifiers:

Screen Shot 2022-11-07 at 1 26 32 PM

The redcap_events columns of the supertibble should include these labels.

Proposed Solution

The event labels are accessible with the Export Events API method but REDCapR doesn't currently have a wrapper for this. We can make an issue and supply the code. Once that's running in REDCapR it will be easy to add this field to redcap_events by modifying link_arms().

Checklist

  • [x] The issue is atomic
  • [x] The issue description is documented
  • [x] The issue title describes the problem succinctly
  • [x] Developers are assigned to the issue
  • [x] Labels are assigned to the issue

ezraporter avatar Nov 07 '22 18:11 ezraporter