Skip to contents

A string vector containing names of Products that provide memos and aggregations.

Usage

memo_aggregation_product_prefixes

Format

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"
#>