From 0345b456b3871d83c55494cb522c9dcfb266d4db Mon Sep 17 00:00:00 2001 From: davidsantiagoquevedo Date: Wed, 30 Oct 2024 14:47:03 +0100 Subject: [PATCH] fix spelling --- R/coh_time_to_event.R | 4 ++-- man/get_exposition_time.Rd | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/R/coh_time_to_event.R b/R/coh_time_to_event.R index 779f6a0..e51a767 100644 --- a/R/coh_time_to_event.R +++ b/R/coh_time_to_event.R @@ -1,14 +1,14 @@ #' @title Calculate Exposition Time #' -#' @description This auxiliar function calculates the exposition time of +#' @description This auxiliary function calculates the exposition time of #' individuals starting from the t0_follow_up date defined based on whether #' a matching strategy is invoked or not. The end of the exposition time #' is assigned based on the follow hierarchy #' outcome_status -> censoring_date -> end_cohort #' #' @inheritParams match_cohort -#' @return `column` with exposition time per indivual. +#' @return `column` with exposition time per individual. #' @keywords internal get_exposition_time <- function(data_set, diff --git a/man/get_exposition_time.Rd b/man/get_exposition_time.Rd index 55a7e88..5e16fa0 100644 --- a/man/get_exposition_time.Rd +++ b/man/get_exposition_time.Rd @@ -17,10 +17,10 @@ date. \code{NULL} by default.} \item{end_cohort}{End date of the study.} } \value{ -\code{column} with exposition time per indivual. +\code{column} with exposition time per individual. } \description{ -This auxiliar function calculates the exposition time of +This auxiliary function calculates the exposition time of individuals starting from the t0_follow_up date defined based on whether a matching strategy is invoked or not. The end of the exposition time is assigned based on the follow hierarchy