Description Usage Arguments Value Examples
Loads a single R object from file, more flexible than Load.branch or base::load
1 |
file |
contains R object |
read.fcn |
function to read the file, default readRDS |
... |
arguments passed to read.fcn |
object for file that was read
1 2 3 4 | ## Not run:
processed <- load.flex("read_data.R/process_data.RData")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.