Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Edoardo Mancini <[email protected]>
  • Loading branch information
yurovska and manciniedoardo authored Oct 30, 2024
1 parent 888d2fa commit d92721d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/derive_advs_params.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Adds a Parameter for Waist to Hip Ratio
#'
#' @description Adds a record for Waist to Hip Ratio using Waist Circumference and Hip Circumference
#' @description Adds a parameter for Waist to Hip Ratio using Waist Circumference and Hip Circumference
#' for each by group (e.g., subject and visit) where the source parameters are available.
#'
#' **Note:** This is a wrapper function for the more generic [`admiral::derive_param_computed()`].
Expand Down Expand Up @@ -166,7 +166,7 @@ derive_param_waisthip <- function(dataset,

#' Adds a Parameter for Waist to Height Ratio
#'
#' @description Adds a record for Waist to Height Ratio using Waist Circumference and Height
#' @description Adds a parameter for Waist to Height Ratio using Waist Circumference and Height
#' for each by group (e.g., subject and visit) where the source parameters are available.
#'
#' **Note:** This is a wrapper function for the more generic [`admiral::derive_param_computed()`].
Expand Down

0 comments on commit d92721d

Please sign in to comment.