Skip to content

Commit

Permalink
Remove quietly reference in supporting functions
Browse files Browse the repository at this point in the history
  • Loading branch information
delosh653 committed Aug 3, 2023
1 parent 97ecc46 commit 6c4164c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/infants_support.R
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ calc_and_recenter_z_scores <- function(df, cn, ref.data.path){
infants = T)

# calculate "standard deviation" scores
if (!quietly)
cat(sprintf("[%s] Calculating SD-scores...\n", Sys.time()))
df[, cn.orig_cdc := measurement.to.z(param, agedays, sex, get(cn), TRUE)]
df[, cn.orig_who := measurement.to.z_who(param, agedays, sex, get(cn), TRUE)]

Expand Down

0 comments on commit 6c4164c

Please sign in to comment.