spec.aggs {hicp} | R Documentation |
Special aggregates
Description
This dataset contains the special aggregates and their composition of COICOP codes valid since 2017.
Usage
# special aggregates:
spec.aggs
Format
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
Author(s)
Sebastian Weinand
Examples
# subset to services:
spec.aggs[code=="SERV", composition[[1]]]
[Package hicp version 0.6.1 Index]