saveBinary | R Documentation |
Save R object in binary file.
saveBinary(
object,
task,
type,
subdir = NULL,
dirCreate = TRUE,
encrypt = FALSE,
ask = FALSE
)
object |
R object to serialize. |
task |
Object of class |
type |
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] |
subdir |
(optional) Subdirectory. |
dirCreate |
Logical, if TRUE (by default) the directory is created. |
encrypt |
encrypt the output, default: FALSE. If character string, then use the string as password. |
ask |
query encryption key from user, default FALSE. |
the file name invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.