From ff2d7779b9b1087e4a4227506b176135b73ef4b1 Mon Sep 17 00:00:00 2001 From: Edgar Manukyan Date: Thu, 20 Jun 2024 12:30:54 -0400 Subject: [PATCH] fix spelling --- R/derive_blfl.R | 4 ++-- inst/WORDLIST | 32 ++++++++++++++++++++++++++++++++ man/derive_blfl.Rd | 4 ++-- 3 files changed, 36 insertions(+), 4 deletions(-) diff --git a/R/derive_blfl.R b/R/derive_blfl.R index 7a97bcf9..0c3e2508 100644 --- a/R/derive_blfl.R +++ b/R/derive_blfl.R @@ -142,7 +142,7 @@ dtc_timepart <- function(dtc, partial_as_na = TRUE, ignore_seconds = TRUE) { #' - Join the baseline flag onto the input dataset based on oak id vars #' #' @param sdtm_in Input SDTM domain. -#' @param dm_domain DM domain with the reference varaible `ref_var` +#' @param dm_domain DM domain with the reference variable `ref_var` #' @param tgt_var Name of variable to be derived (`--BLFL` or #' `--LOBXFL` where `--` is domain). #' @param ref_var vector of a date/time from the @@ -154,7 +154,7 @@ dtc_timepart <- function(dtc, partial_as_na = TRUE, ignore_seconds = TRUE) { #' These visits are identified as critical points for data collection at the start of the study, #' before any intervention is applied. This allows the function to assign the baseline #' flag if the --DTC matches to the reference date. -#' @param baseline_timepoints A character vector of timpoints values in --TPT that specifies +#' @param baseline_timepoints A character vector of timepoints values in --TPT that specifies #' the specific timepoints during the baseline visits when key assessments or measurements were taken. #' This allows the function to assign the baseline flag if the --DTC matches to the reference date. #' diff --git a/inst/WORDLIST b/inst/WORDLIST index 70830c44..3f90a5e4 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -32,3 +32,35 @@ Immunogenicity Pharmacokinetics iRECIST pharmaversesdtm +pre +CMGRPID +CMMODIFY +CMSTRTPT +CMSTTPT +CMTRT +CRF +datetime +DIABP +eCRF +eDT +hardcode +hardcoding +MDBDR +MDBTM +MDEDR +MDETM +MDR +MDRAW +mmm +NonCRF +OID +OXYSAT +px +SYS +SYSBP +VSALL +yyyy +RFSTDTC +RFXSTDTC +TPT +xxTPT diff --git a/man/derive_blfl.Rd b/man/derive_blfl.Rd index b58dc5c7..c1fd92b1 100644 --- a/man/derive_blfl.Rd +++ b/man/derive_blfl.Rd @@ -16,7 +16,7 @@ derive_blfl( \arguments{ \item{sdtm_in}{Input SDTM domain.} -\item{dm_domain}{DM domain with the reference varaible \code{ref_var}} +\item{dm_domain}{DM domain with the reference variable \code{ref_var}} \item{tgt_var}{Name of variable to be derived (\code{--BLFL} or \code{--LOBXFL} where \verb{--} is domain).} @@ -32,7 +32,7 @@ These visits are identified as critical points for data collection at the start before any intervention is applied. This allows the function to assign the baseline flag if the --DTC matches to the reference date.} -\item{baseline_timepoints}{A character vector of timpoints values in --TPT that specifies +\item{baseline_timepoints}{A character vector of timepoints values in --TPT that specifies the specific timepoints during the baseline visits when key assessments or measurements were taken. This allows the function to assign the baseline flag if the --DTC matches to the reference date.} }