nutterb / redcapAPI-Defunct

R interface to REDCap (http://www.project-redcap.org/)
42 stars 0 forks source link

importRecords() throws an error for Checkbox fields #151

Closed vildead closed 3 years ago

vildead commented 4 years ago

Related to #110

REDCap version 9.5.23 redcapAPI version 2.3 R version 3.6

I have checkbox field named abc with codes checkboxes 1, 2, 3, 4. My columns are thus named abc___1, abc___2, etc...

While importing, I get an error

The variables abc___1, abc___2, ... do not exist in the REDCap Data Dictionary

I have tested the manual import - it works as expected.

nutterb commented 3 years ago

Presumably fixed with #156. Please respond if that is incorrect.