diff --git a/R/assign_datetime.R b/R/assign_datetime.R index a39ce91d..4622f579 100644 --- a/R/assign_datetime.R +++ b/R/assign_datetime.R @@ -22,7 +22,7 @@ #' the variables indicated in `id_vars`. This parameter is optional, see #' section Value for how the output changes depending on this argument value. #' @param id_vars Key variables to be used in the join between the raw dataset -#' (`raw_dat`) and the target data set (`raw_dat`). +#' (`raw_dat`) and the target data set (`tgt_dat`). #' @param .warn Whether to warn about parsing failures. #' #' @returns The returned data set depends on the value of `tgt_dat`: diff --git a/R/ct.R b/R/ct.R index 68be7e90..e66c2d6d 100644 --- a/R/ct.R +++ b/R/ct.R @@ -289,7 +289,7 @@ ct_mappings <- function(ct_spec, from = ct_spec_vars("from"), to = ct_spec_vars( #' # Note that if the controlled terminology mapping is restricted to a codelist #' # code, e.g. C71113, then only `"/day"` and `"Every 2 hours"` get mapped to #' # `"QD"` and `"Q2H"`, respectively; remaining terms won't match given the -#' # codelist code # restriction, and will be mapped to an uppercase version of +#' # codelist code restriction, and will be mapped to an uppercase version of #' # the original terms. #' ct_map(x = terms, ct_spec = ct_spec, ct_clst = "C71113") #' diff --git a/man/assign_datetime.Rd b/man/assign_datetime.Rd index f85ad265..9130e775 100644 --- a/man/assign_datetime.Rd +++ b/man/assign_datetime.Rd @@ -41,7 +41,7 @@ the variables indicated in \code{id_vars}. This parameter is optional, see section Value for how the output changes depending on this argument value.} \item{id_vars}{Key variables to be used in the join between the raw dataset -(\code{raw_dat}) and the target data set (\code{raw_dat}).} +(\code{raw_dat}) and the target data set (\code{tgt_dat}).} \item{.warn}{Whether to warn about parsing failures.} } diff --git a/man/ct_map.Rd b/man/ct_map.Rd index 0f00c10a..d0aca194 100644 --- a/man/ct_map.Rd +++ b/man/ct_map.Rd @@ -60,7 +60,7 @@ ct_map(x = terms, ct_spec = ct_spec) # Note that if the controlled terminology mapping is restricted to a codelist # code, e.g. C71113, then only `"/day"` and `"Every 2 hours"` get mapped to # `"QD"` and `"Q2H"`, respectively; remaining terms won't match given the -# codelist code # restriction, and will be mapped to an uppercase version of +# codelist code restriction, and will be mapped to an uppercase version of # the original terms. ct_map(x = terms, ct_spec = ct_spec, ct_clst = "C71113")