The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Examples

Examples

Interactive Notebook

For comprehensive examples and tutorials, see our interactive R notebook:

Example Notebook

Quick Start Examples

Basic Usage

library("acro")

# Initialize ACRO
acro_init(suppress = TRUE)

# Your analysis code here
# ACRO will automatically check outputs for disclosure risks

Creating Safe Tables

# Example of creating a cross-tabulation with ACRO
result <- acro_crosstab(data$variable1, data$variable2)

# ACRO automatically applies disclosure control
print(result)

Finalizing Your Session

# When you're done with your analysis
acro_finalise()

For more detailed examples and use cases, please refer to the Example Notebook.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.