Skip to content

Commit

Permalink
Update R/calc_creat.R
Browse files Browse the repository at this point in the history
Co-authored-by: Jasmine Hughes <43552465+jasmineirx@users.noreply.github.com>
  • Loading branch information
JordanBrooks33 and jasmineirx authored Jul 8, 2024
1 parent 6a89cc0 commit d00cd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/calc_creat.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ calc_creat <- function (
"johanssen" = calc_creat_johanssen(
age = age,
sex = sex,
adult_method=adult_method
adult_method = adult_method
),
"brooks" = calc_creat_brooks(
age = age,
Expand Down

0 comments on commit d00cd42

Please sign in to comment.