Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

sdcHierarchies

Travis build status Coverage status 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.pacakges("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.

About

(nested) hierarchies for sdcTable and cellKey pkgs

Resources

Packages

No packages published

Languages

You can’t perform that action at this time.