The function takes a design or a list of designs and stores them in .csv files in the specified folder.

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