acro

The acro package is an interface to the python package ‘acro’ GitHub link. It provides a comprehensive set of tools for automating the statistical disclosure control (SDC) of research outputs.The package assists researchers and output checkers by distinguishing between research output that is safe to publish, output that requires further analysis, and output that cannot be published because of substantial disclosure risk. The package includes functionality to:

Getting started

Installation

Install the acro package from CRAN as follows:

install.packages("acro")

Python version

By default, acro uses an isolated python virtual environment named “r-acro”.

Usage

Before using any function from the package, an acro object should be initialised first using the following R code:

acro_init()

Then the function can be called. ```