Closed abigailterkuile closed 11 months ago
Review 1 complete (see comments above). Commit contains my suggested changes. Note that this doesn't contain the garbage collect or the return of the output columns to the original dataframe.
Review 2 can be completed by linting code. Please run:
library(lintr)
mhq_lints <- linters_with_defaults(
object_name_linter(styles = c("symbol", "CamelCase", "snake_case", "lowercase"))
)
lint("scripts/trauma.Rmd", linters = mhq_lints, exclude = "##")
I have addressed comments on review 1. Please check the changes and merge with main
Approved and merged.
Algorithm coding of:
Some questions/ notes: