Learn R Programming

obfuscatoR (version 0.2.2)

save_design: 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())

Value

Nothing is returned

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