Get variables used in reports, specifically for use in the argument OutputVariables in Bootstrap()

getBootstrapOutputVariables(
  projectPath,
  parameters = c("GroupingVariables", "InformationVariables", "WeightingVariable",
    "TargetVariable")
)

Arguments

projectPath

The path to the StoX project, i.e., the folder of the project with the sub folders "input", "output" and "process". Can possibly be the path to a file inside the project folder.

parameters

Character: A vector of strings naming the parameters to get from the ReportBootstrap functions.