Skip to content

Commit

Permalink
Update docs with summarise option
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikunterwegs committed May 7, 2024
1 parent 6a3078a commit 6b5e296
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions R/scenario_comparison.R
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,11 @@
#' scenarios = scenarios
#' )
#'
#' # Set summarise = FALSE to apply custom summary functions
#' # Set summarise = FALSE to get raw difference data
#' outcomes_averted(
#' baseline = baseline,
#' scenarios = scenarios
#' scenarios = scenarios,
#' summarise = FALSE
#' )
outcomes_averted <- function(baseline,
scenarios,
Expand Down
5 changes: 3 additions & 2 deletions man/outcomes_averted.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b5e296

Please sign in to comment.