Skip to content
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

Add dateRange options to redcap_read functions #323

Merged
merged 3 commits into from
Mar 2, 2021

Conversation

pbchase
Copy link
Contributor

@pbchase pbchase commented Mar 1, 2021

Add dateRangeBegin and dateRangeEnd to redcap-read-oneshot-eav.R, redcap-read-oneshot.R, and redcap-read.R.

This PR addresses Issue #321

Using this option with a recent dateRangeBegin produces a very fast query response. This option in the REDCap API subsets records returned by querying the redcap log event table for recent inserts and updates.

Note a 20-30 tests failed on my machine before I started modifying this code. See Issue #322. I don't believe I added any more test failures.

wibeasley and others added 2 commits January 19, 2021 15:42
remove partial argument matching
Add dateRangeBegin and dateRangeEnd to redcap-read-oneshot-eav.R, redcap-read-oneshot.R, and R/redcap-read.R
@pbchase
Copy link
Contributor Author

pbchase commented Mar 1, 2021

@wibeasley, @ChemiKyle, noticed that you prefer snake_case to camelCase in your parameters. I am happy to make that change tonight if you like.

@wibeasley wibeasley changed the base branch from master to dev March 2, 2021 05:12
@wibeasley wibeasley merged commit 45a023a into OuhscBbmc:dev Mar 2, 2021
@wibeasley wibeasley self-assigned this Mar 2, 2021
wibeasley added a commit that referenced this pull request Mar 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants