Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/statisticsnorway/ssb-easysdctable

Easy Interface to the Statistical Disclosure Control Package sdcTable
https://github.com/statisticsnorway/ssb-easysdctable

Last synced: 6 days ago
JSON representation

Easy Interface to the Statistical Disclosure Control Package sdcTable

Awesome Lists containing this project

README

        

# R package easySdcTable
[![Mentioned in Awesome Official Statistics ](https://awesome.re/mentioned-badge.svg)](http://www.awesomeofficialstatistics.org)

### Easy interface to the R package sdcTable

------

#### Official version on CRAN
#### [https://cran.r-project.org/package=easySdcTable](https://cran.r-project.org/package=easySdcTable)

------

#### Installation from CRAN
(Recommended, unless you want to test the newest changes.)

```r
install.packages("easySdcTable")
```

------

#### Installation from github
(If needed, install the `devtools` package from CRAN first.)

```r
library(devtools)
install_github("olangsrud/easySdcTable")
```

------

#### Load the package

```r
library(easySdcTable) # Load easySdcTable
?ProtectTable # Help documentation of function ProtectTable
```