sdcTable

R-CMD-check GitHub last commit GitHub code size in bytes

This is the git-repo for sdcTable development.

On github, development of the R-package sdcTable takes place. A version is provided on CRAN, too.

Please feel free to report bugs, issues and suggestions to enhance the package on the issue-tracker.

Installation

CRAN

install.packages("sdcTable")

Github

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

Usage

Please have a look at the package vignette and/or browse the automatically generated documentation.

Updates

Updates/Changes are listed here.