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 join_by suggestion to output of generate_queries() #11

Open
patrickbarks opened this issue Feb 22, 2024 · 0 comments
Open

Add join_by suggestion to output of generate_queries() #11

patrickbarks opened this issue Feb 22, 2024 · 0 comments

Comments

@patrickbarks
Copy link
Contributor

Running data validation queries from generate_queries() with queryr::query_vec() requires specifying the join_by columns for queries that relate to more than one REDCap form.

Often the join_by column will just be the record ID column, but certain queries may require also joining by redcap_event_name and/or redcap_repeat_instance. Consider adding a "join_by" column to the output from generate_queries() that infers the relevant join column(s) associated with each query.

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

No branches or pull requests

1 participant