save_design {obfuscatoR} | R Documentation |
Save obfuscation designs
Description
The function takes a design or a list of designs and stores them in .csv files in the specified folder.
Usage
save_design(x, x_name, path = getwd())
Arguments
x |
A design or list of designs |
x_name |
A character string with the name of the file |
path |
A string giving the path to where the designs are stored. The default is the current working directory |
Value
Nothing is returned
[Package obfuscatoR version 0.2.2 Index]