powered by
Conversion between hierarchies/dimList as in sdcTable and TauArgus coded hierarchies
DimList2Hrc(dimList)Hrc2DimList(hrc, total = "Total")
Hrc2DimList(hrc, total = "Total")
See Arguments
List of data frames according to the specifications in sdcTable
List of character vectors
String used to name totals.
Øyvind Langsrud
# First generate dimList dimList <- FindDimLists(SSBtoolsData("sprt_emp_withEU")[, c("geo", "eu", "age")]) hrc <- DimList2Hrc(dimList) dimList2 <- Hrc2DimList(hrc) identical(dimList, dimList2)
Run the code above in your browser using DataLab