| writeSafeFile {sdcMicro} | R Documentation |
writes an anonymized dataset to a file. This function should be used in the
graphical user interface sdcApp only.
writeSafeFile(obj, format, randomizeRecords, fileOut, ...)
obj |
an object of class |
format |
(character) specifies the output file format. Accepted values are:
|
randomizeRecords |
(logical) specifies, if the output records should be randomized. The following options are possible:
|
fileOut |
(character) file to which output should be written |
... |
optional arguments used for |
Bernhard Meindl