DimList2Hrc {SSBtools} | R Documentation |
DimList2Hrc/Hrc2DimList
Description
Conversion between hierarchies/dimList as in sdcTable and TauArgus coded hierarchies
Usage
DimList2Hrc(dimList)
Hrc2DimList(hrc, total = "Total")
Arguments
dimList |
List of data frames according to the specifications in sdcTable |
hrc |
List of character vectors |
total |
String used to name totals. |
Value
See Arguments
Author(s)
Øyvind Langsrud
See Also
DimList2Hierarchy
, Hierarchy2Formula
, AutoHierarchies
.
Examples
# First generate dimList
dimList <- FindDimLists(SSBtoolsData("sprt_emp_withEU")[, c("geo", "eu", "age")])
dimList
hrc <- DimList2Hrc(dimList)
hrc
dimList2 <- Hrc2DimList(hrc)
identical(dimList, dimList2)
[Package SSBtools version 1.5.2 Index]