generate_designs: Generate obfuscation designs

View source: R/generate_designs.R

generate_designsR Documentation

Generate obfuscation designs

Description

The function takes the list of design options design_opt_input and generates one or more obfuscation designs subject to the specified restrictions. A full specification of all the options available can be found in the manual along with detailed examples of different designs. At a minimum the user must supply the number of rules and actions, i.e. the dimensions of the design problem.

Usage

generate_designs(design_opt_input = list())

Arguments

design_opt_input

A list of user supplied design options.

Value

A list of matrices with rules and actions

Examples

design_opt_input <- list(rules = 4,
                         actions = 5)

generate_designs(design_opt_input)


obfuscatoR documentation built on Sept. 8, 2023, 5:48 p.m.