readBinary | R Documentation |
Restore R object from binary file.
readBinary(
task,
type,
subdir = NULL,
dirCreate = FALSE,
ask = FALSE,
quiet = FALSE,
password = NULL
)
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. |
ask |
query encryption key from user, default FALSE. |
quiet |
issue warning if file does not exists. |
password |
encryption password, default NULL |
Object stored in binary file, or NULL
if file does not exist.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.