diff --git a/R/declare_diagnosands.R b/R/declare_diagnosands.R index c3d711ff..c2c66f71 100644 --- a/R/declare_diagnosands.R +++ b/R/declare_diagnosands.R @@ -9,7 +9,7 @@ #' #' @details #' -#' If term is TRUE, the names of ... will be returned in a `term` column, and `estimand_label` +#' If term is TRUE, the names of ... will be returned in a \code{term} column, and \code{estimand_label} #' will contain the step label. This can be used as an additional dimension for use in diagnosis. #' #' diff --git a/R/declare_estimand.R b/R/declare_estimand.R index 96cce7ef..dc73d1ac 100644 --- a/R/declare_estimand.R +++ b/R/declare_estimand.R @@ -8,7 +8,7 @@ #' #' @details #' -#' For the default diagnosands, the return value of the handler should have `estimand_label` and `estimand` columns. +#' For the default diagnosands, the return value of the handler should have \code{estimand_label} and \code{estimand} columns. #' #' @export #' @@ -175,8 +175,8 @@ declare_estimands <- declare_estimand #' @param data a data.frame #' @details #' -#' If term is TRUE, the names of ... will be returned in a `term` column, -#' and `estimand_label` will contain the step label. This can be used as +#' If term is TRUE, the names of ... will be returned in a \code{term} column, +#' and \code{estimand_label} will contain the step label. This can be used as #' an additional dimension for use in diagnosis. #' #'