View source: R/generate_designs.R
| generate_designs | R Documentation | 
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.
generate_designs(design_opt_input = list())
| design_opt_input | A list of user supplied design options. | 
A list of matrices with rules and actions
design_opt_input <- list(rules = 4,
                         actions = 5)
generate_designs(design_opt_input)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.