Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.31 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.31 KB

sdcTable

Travis build status 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.