Save R object in binary file.
saveBinary(
object,
task,
type,
subdir = NULL,
dirCreate = TRUE,
encrypt = FALSE,
ask = FALSE
)
the file name invisibly.
R object to serialize.
Object of class D4TAlinkTask
, as created by initTask
.
Filename type. If the type is an array, the cocatenation of the elements is used with separator"-". Filenames have the form [task name]_[type].[ext]
(optional) Subdirectory.
Logical, if TRUE (by default) the directory is created.
encrypt the output, default: FALSE. If character string, then use the string as password.
query encryption key from user, default FALSE.