New features

  • Add make_yes_no() function to convert “checked” or “yes”-like answers to “Yes” and other answers to “No or Unknown”.
  • Add make_yes_no_unknown() function to convert “checked” or “yes”-like answers to “Yes”“, unchecked or”no”-like answers to “No” and other answers to “Unknown”.

Fixes/Changes

  • make_choose_all_table() now works with api or manual/point-and-click exports. ## Added S3 methods so dplyr (and friends) can work with labelled objects

New features

  • Add drop_labels() function for datasets. Used to deal with packages/functions that don’t want labeled variables (i.e. dplyr::pivot_longer() and skimr::skim()
  • Added options (record_id = and first_record_id = for custom record_id fields in import_instruments()
  • Added repeat instance numbers for repeated instruments in import_instruments()

Fixes/Changes

  • Documentation fixes
    • Suppress warning caused by dplyr 1.1
    • fix wrong function in api vignette

Minor improvements and fixes

  • Add unit test on import_instruments() function call.

Fixes/Changes

  • Fixed bug that caused labels to be missing if they contained parentheses

New features

  • Add drop label function

Fixes/Changes

  • Fix message display bug while import_instruments() runs
  • Fix bug with import_instruments() loading repeated instruments (the first instrument in a project was badly messed up)
  • Row names no longer reflect the row number of the exported data
  • Remove labels from a few automatically created REDCap variables (“record_id”, “redcap_event_name”, “redcap_repeat_instrument”, “redcap_repeat_instance”)

New features

  • Added support for REDCapR API
    • import_instruments() function imports all instruments with a single command
    • Added targeted status messaging during the import

Minor improvements and fixes

  • Add {REDCapR} support
  • Added import_instruments() function to import all instruments; currently uses the REDCapR package as the API
  • Fix bug with “” character stings with make_instrument()
  • Cleaned up vignettes, docs
  • Cleaned up vignettes, docs
  • Cleaned up vignettes
  • Fixed title capitalization.
  • Added reference to REDCap website.
  • Updated the release year in the license.
  • Updated hyperlinks to vignettes and example instrument description.
  • Added references to financial support in the ReadMe.
  • Added check on number of arguments
  • Added a NEWS.md file to track changes to the package.