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

ls_export() should join responses to participants, not vice versa #97

Open
netique opened this issue Nov 9, 2022 · 0 comments
Open

Comments

@netique
Copy link
Member

netique commented Nov 9, 2022

In case a questionnaire has a participant table and no responses, ls_export() produces a somewhat misleading output with quite naturally lists all participants with no responses, but that might appear as the participants posted blank responses and we have a large chunk of missing data. The proposal is to join right_join(participants, responses) and to use ls_participants() and ls_responses() for other purposes.

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