OuhscBbmc / REDCapR

R utilities for interacting with REDCap
https://ouhscbbmc.github.io/REDCapR
Other
112 stars 45 forks source link

Remove repeat_instrument param from redcap_file_download_oneshot #507

Open BlairCooper opened 11 months ago

BlairCooper commented 11 months ago

fixes: #506

The REDCap does not have a repeat_instrument parameter on the file/export API.

The test that was present in the code would prevent the repeat_instance parameter for having any effect unless the repeat_instrument parameter was also set.

wibeasley commented 4 months ago

@BlairCooper, this made me notice I don't have test coverage for these options within the function. I'll add some and then merge the PR.

image

https://app.codecov.io/gh/OuhscBbmc/REDCapR/blob/main/R%2Fredcap-file-download-oneshot.R