Skip to content

Commit

Permalink
fitting better
Browse files Browse the repository at this point in the history
  • Loading branch information
carriewright11 committed Jun 14, 2024
1 parent 8d6aa71 commit 4733682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Data_Cleaning/Data_Cleaning.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ data_diet %>%
Treatment == "Mint" ~ "Peppermint",
Treatment == "mint" ~ "Peppermint",
Treatment == "peppermint" ~ "Peppermint",
TRUE ~ Treatment)) %>%
TRUE ~ Treatment)) %>%
count(Treatment, Treatment_recoded)
```

Expand Down

0 comments on commit 4733682

Please sign in to comment.