From 56f1602dbbcda11ff0318d496312671f46c3b4de Mon Sep 17 00:00:00 2001 From: "Matthew B. Kaufmann" <57465744+mbkauf@users.noreply.github.com> Date: Wed, 2 Sep 2026 10:18:56 -0500 Subject: [PATCH] fix documentation for print.icers --- R/icers.R | 1 + man/print.icers.Rd | 2 ++ 2 files changed, 3 insertions(+) diff --git a/R/icers.R b/R/icers.R index 152f645..6f901a2 100644 --- a/R/icers.R +++ b/R/icers.R @@ -405,6 +405,7 @@ plot.icers <- function(x, #' @param dig_cost integer. number of digits to round costs to #' @param dig_eff integer. number of digits to round effects to #' @param dig_icer integer. number of digits to round ICER to +#' @param ... Additional arguments passed to other methods. #' @return a dataframe object - formatted CEA table #' @export print.icers <- function(x, diff --git a/man/print.icers.Rd b/man/print.icers.Rd index 2e873bc..a010fc5 100644 --- a/man/print.icers.Rd +++ b/man/print.icers.Rd @@ -16,6 +16,8 @@ \item{dig_eff}{integer. number of digits to round effects to} \item{dig_icer}{integer. number of digits to round ICER to} + +\item{...}{Additional arguments passed to other methods.} } \value{ a dataframe object - formatted CEA table