A character string or vector of column names to additionally include,
typically one or more grouping variables. Can be NULL.
Details
It is especially useful when switching between an ungrouped analysis (e.g., all observations together)
and a grouped analysis (e.g., stratified or including interaction terms), without rewriting code.
For instance, this allows you to write a single analysis command for both the RDD (Rapport de Démarrage des Données)
and the final report, simply by changing the .qmd file, without modifying the core analysis code.