Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/statisticsnorway/ssb-easysdctable
- Owner: statisticsnorway
- License: apache-2.0
- Created: 2018-09-15T15:30:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-16T09:19:02.000Z (over 1 year ago)
- Last Synced: 2024-11-29T06:18:51.187Z (24 days ago)
- Language: HTML
- Size: 219 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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
```