Skip to content

Commit

Permalink
Merge c29dcff into bef4f4e
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Rivera committed Dec 3, 2018
2 parents bef4f4e + c29dcff commit 59fef78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/declare_diagnosands.R
Expand Up @@ -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.
#'
#'
Expand Down
6 changes: 3 additions & 3 deletions R/declare_estimand.R
Expand Up @@ -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
#'
Expand Down Expand Up @@ -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.
#'
#'
Expand Down

0 comments on commit 59fef78

Please sign in to comment.