This PR addresses a bug found where mixed structure databases outputs may result in data loss in instances where a form may be both "repeating separately" and "repeating together".
Side note: Are there any additional things we should add to the pkgdown site?
Proposed Changes
List changes below in bullet format:
Update convert_mixed_structure() field under clean_redcap_long() to account for missing case
Update associated mixed structure test to account for case
Description
This PR addresses a bug found where mixed structure databases outputs may result in data loss in instances where a form may be both "repeating separately" and "repeating together".
Side note: Are there any additional things we should add to the pkgdown site?
Proposed Changes
List changes below in bullet format:
convert_mixed_structure()
field underclean_redcap_long()
to account for missing caseNEWS.md
to be more accurate to present repoScreenshots If applicable, add screenshots to help explain the proposed changes
Issue Addressed
Closes #200
PR Checklist
Before submitting this PR, please check and verify below that the submission meets the below criteria:
.RDS
) updated underinst/testdata/create_test_data.R
usethis::use_version()
Code Review
This section to be used by the reviewer and developers during Code Review after PR submission
Code Review Checklist