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 23, 2024
1 parent 37cfd49 commit 84f39c4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions R/derive_advs_params.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' @param wstcir_code Waist Circumference parameter code
#'
#' The observations where \code{PARAMCD} equals the specified value are considered
#' as the Waist Circumference
#' as the Waist Circumference.
#'
#' *Permitted Values:* character value
#'
Expand Down Expand Up @@ -47,7 +47,6 @@
#' @seealso \code{\link[admiral:derive_param_computed]{admiral::derive_param_computed()}}
#'
#' @examples
#'
#' library(tibble)
#' library(rlang)
#'
Expand Down Expand Up @@ -138,7 +137,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
#' each by group (e.g., subject and visit) where the source parameters are available.
#' 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
#' \code{admiral::derive_param_computed()}.
Expand All @@ -155,7 +154,7 @@ derive_param_waisthip <- function(dataset,
#' @param wstcir_code Waist Circumference parameter code
#'
#' The observations where \code{PARAMCD} equals the specified value are considered
#' as the Waist Circumference
#' as the Waist Circumference.
#'
#' *Permitted Values:* character value
#'
Expand Down Expand Up @@ -198,7 +197,6 @@ derive_param_waisthip <- function(dataset,
#' @seealso \code{\link[admiral:derive_param_computed]{admiral::derive_param_computed()}}
#'
#' @examples
#'
#' library(tibble)
#' library(rlang)
#'
Expand Down

0 comments on commit 84f39c4

Please sign in to comment.