writeSafeFile {sdcMicro} | R Documentation |
writeSafeFile
Description
writes an anonymized dataset to a file. This function should be used in the
graphical user interface sdcApp()
only.
Usage
writeSafeFile(obj, format, randomizeRecords, fileOut, ...)
Arguments
obj |
a |
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 |
Value
invisible NULL
if the file was successfully written
Author(s)
Bernhard Meindl