-
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
read reports #182
Comments
thanks, @hatemhosny. Have you considered using Once I establish a better testing framework (that hits multiple versions of REDCap), @nutterb and I intend to merge our two packages. |
Please note that if you
|
thanks @wibeasley and @nutterb I re-installed redcapAPI from github as suggested using that code: library(redcapAPI)
rcon <- redcapConnection(uri, token)
mydata <- exportReports(rcon, reportid) I get this error:
and lots of
I am running windows 10, R 3.4.2 and REDCap 7.3.1 |
Running R 3.4.2 and REDCap 8.1.2, I'm not able to replicate the error. Would you be able to share your data dictionary? |
@hatemhosny, reopen this dormant issue if you'd like. |
how can I export reports created by the REDCap report builder?
great package, by the way 👍
thanks
The text was updated successfully, but these errors were encountered: