A string vector containing names of Product
s that provide memos and aggregations.
Usage
memo_aggregation_product_prefixes
A string vector with 2 entries.
- memo
The string identifier for "Memo: ".
- total
The string identifier for "Total".
Examples
memo_aggregation_product_prefixes
#> $memo
#> [1] "Memo: "
#>
#> $total
#> [1] "Total"
#>