A string list containing aggregation file column names.
A string list with 2 entries.
- many_colname
The string name of the many column. "Many".
- few_colname
The string name of the few column. "Few".
Examples
aggregation_file_cols
#> $many_colname
#> [1] "Many"
#>
#> $few_colname
#> [1] "Few"
#>