Description
Create and (Interactively) Modify Nested Hierarchies.
Description
Provides functionality to generate, (interactively) modify (by adding, removing and renaming nodes) and convert nested hierarchies between different formats. These tree like structures can be used to define for example complex hierarchical tables used for statistical disclosure control.
README.md
sdcHierarchies
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.