readFeather | R Documentation |
Restore R data.frame from Apache Arrow feather file.
readFeather(task, type, subdir = NULL, dirCreate = FALSE, quiet = FALSE)
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. |
quiet |
issue warning if file does not exists. |
Object stored in Apache Arrow feather 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.