getReportFunctions: Function returning the report functions defined for reporting...

View source: R/Definitions.R

getReportFunctionsR Documentation

Function returning the report functions defined for reporting in StoX, such as sum, summaryStox, etc.

Description

Function returning the report functions defined for reporting in StoX, such as sum, summaryStox, etc.

Usage

getReportFunctions(
  multiple = NULL,
  use = c("Baseline", "Bootstrap"),
  useOnlyEnabled = TRUE
)

Arguments

multiple

If given as FALSE or TRUE, select only function names used for baseline or bootstrap, respectively.

use

The model the report function will be used in.

useOnlyEnabled

Logical: If TRUE keep only enabled report functions. Non-enabled report functions are typically not yet exposed to the user.


StoXProject/RstoxBase documentation built on July 14, 2024, 9:39 a.m.