Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aspina7 committed Jan 24, 2025
1 parent b264728 commit b208994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new_pages/survey_analysis.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ YNVARS <- survey_dict %>%
## filter to match the column names of your data
pull(name) # select yn vars
## change to dates
## change to true/false
survey_data <- survey_data %>%
mutate(across(all_of(YNVARS),
str_detect,
Expand Down

0 comments on commit b208994

Please sign in to comment.