This is a very light PR adding in form_complete_pct as a metadata column to the supertibble. It summarizes the average of "Complete"s/2's for a given form (it does not take into account unverifieds, etc. which I don't think we can capture in one column).
Proposed Changes
List changes below in bullet format:
Add form_complete_pct to supertibble metadata columns
Update write_redcap_xlsx to appropriately handle percentage output (similar to data_na_pct)
Update README image to show new column.
Issue Addressed
Closes #183
PR Checklist
Before submitting this PR, please check and verify below that the submission meets the below criteria:
[x] New/revised functions have associated tests
[NA] New/revised functions that update downstream outputs have associated static testing files (.RDS) updated under inst/testdata/create_test_data.R
[NA] New/revised functions use appropriate naming conventions
Description
This is a very light PR adding in
form_complete_pct
as a metadata column to the supertibble. It summarizes the average of "Complete"s/2's for a given form (it does not take into account unverifieds, etc. which I don't think we can capture in one column).Proposed Changes
List changes below in bullet format:
form_complete_pct
to supertibble metadata columnswrite_redcap_xlsx
to appropriately handle percentage output (similar todata_na_pct
)Issue Addressed
Closes #183
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