sdcHierarchies

R-CMD-check GitHub last commit GitHub code size in bytes Mentioned in Awesome Official Statistics

R-Package to (interactively) generate or modify (nested) hierarchies that are required as input for packages such as sdcTable or cellKey.

The package is in its early stages and may change in future versions. Still, any feedback/pull requests are very much welcome!

Installation

CRAN

The latest version from CRAN can be installed via

install.packages("sdcHierarchies")

Github

The latest development-version can be installed directly via:

install.packages("remotes")
remotes::install_github(
  repo = "bernhard-da/sdcHierarchies",
  dependencies = TRUE,
  build_opts = c("--no-resave-data", "--no-manual")
)

Usage

Please have a look at the package vignette sdcHierarchies::hier_vignette() or by clicking here or browse the automatically generated documentation.

Updates

Updates/Changes are listed here.