general_report_arguments | R Documentation |
General report parameters of RstoxBase
ReportFunction |
The name of a function to report the Baseline process output by. This must be a function returning a single value. See |
TargetVariable |
The variable to report. |
TargetVariableUnit |
The unit to use for the |
GroupingVariables |
The variables to report by. For most applications |
InformationVariables |
Variables to include as columns to the end of the report table. These cannot have more unique combinations than the |
RemoveMissingValues |
Logical: If TRUE, remove missing values (NAs) from the |
Filter |
A string with an R expression to filter out unwanted rows of the report, e.g. "IndividualAge %notin% NA" or "Survey %notin% NA & SpeciesCategory %notin% NA". |
WeightingVariable |
The variable to weight by. Only relevant for |
ConditionOperator , ConditionValue |
Expressions (strings) giving the condition for the |
FractionOverVariable |
When |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.