spec.aggs {hicp} | R Documentation |
This dataset contains the special aggregates and their composition of COICOP codes valid since 2017.
# special aggregates:
spec.aggs
A data.table with the following variables.
code
: the special aggregate code
name_[en|fr|de]
: the special aggregate description in English, French, and German
composition
: a list of the COICOP product codes forming the special aggregate
Sebastian Weinand
# subset to services:
spec.aggs[code=="SERV", composition[[1]]]