-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
redcap_download_file_oneshot in longitudinal study issue #508
Comments
|
Hi @wibeasley , Just having a check with our IT department as they did a fix for us around the same time so might be on their end rather than an issue with the function. Will get back to you ! |
Cool. And make sure you're using the most recent version from GitHub ( |
@nadha25 As it sounds like it never downloads a file when using report$redcap_event_name[val] it isn't the same as #506 which always downloaded the first instance of the file. If it works when you use a constant event name but not the value from the report, my initial thought is that report$redcap_event_name[val] isn't evaluating to the event name. You might try putting it into a local variable as you are with record_reg to confirm it actually contains the event name. |
Hi, thanks for the help, turns out it was an issue on our server side of things; not related to the code itself. Apologies as I went into panic mode when I couldn't have my consent process working correctly on a live database |
|
I am trying to use the redcap_download_file_oneshot() function to extract files for specific variables from a large REDCap project. This project has several events within a record, and so I am running the function in a loop for all event + record iterations to download all files for each event
However, it appears that the function is only downloading the file when the event name is entered manually
Here's the code that I'm running:
If it enter manually "event1_arm_1" this works fine but given the amount of files to download, I require this to work in the loop. Not sure if the issue sits in the loop or with the changes to the function
The text was updated successfully, but these errors were encountered: