-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Brad's review of data_06_self_report_import.qmd
Part of #33 - Removed the tidyselect code being used to select columns inside of across() for recoding factors. Now, we use explicit column names instead so that the code is easier to reason about. - Started using the functions in recoding_factoring_relocating.R and nums_to_na.R to clean and transform categorical variables. - Changed coding for all "Yes/No" columns from "1/2" to "1/0". - Spot check the factor code. - Finish the recode_factor_relocate function (totally optional). - Use the `here` package to facilitate file import and export. - Made headings more consistent. - Checked for overlap with qaqc/data_01_self_report_recode_factors.Rmd. After a review, I concluded that we are safe to delete the QAQC file.
- Loading branch information
Showing
2 changed files
with
56 additions
and
822 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.