-
Notifications
You must be signed in to change notification settings - Fork 46
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
Implemented functions for instrument and event-instrument api #381
Conversation
…add_instrument_api # Conflicts: # R/redcap-event-instruments.R
This is great, @vcastro. I'm almost done reviewing it. Can you please tell me your ORCID number? I'd like to add it in the description file. |
@vcastro, thanks for putting so much effort into your new code, and making it consistent with the rest of the package & tests. This will be easy to maintain in the future. I made a few minor tweaks --will you please make sure I'm consistent with your intent? Also, please send me your email address if you'd like it included in the package description file. |
don't know why I used equals here
Hi Will, Great - thanks for reviewing the PR and including it in the package! My email is vcastro@mgh.harvard.edu and my ORCID id is: 0000-0001-7390-6354. Thanks, |
Hi Will,
Really excellent package - thanks for making it!
I've implemented functions for the REDCap instruments and formEventMapping (event-instruments) API endpoints that I needed for a project. I've also included tests for both. Please have a look.
Thanks,
Victor