Description Usage Arguments Value See Also Examples
RDataCreate
stores the result of a function call in an
RData file using the specified directory and file/object name
1 | RDataCreate(dir, x, fun, args, replace = FALSE)
|
dir |
character value; directory in which to store the output RData file |
x |
character value; name to use for the file/object |
fun |
name of the function to call (non-quoted) |
args |
named list of arguments to supply to the function; the
|
replace |
logical value; replace the output RData file if it already exists? |
The result of the evaluated function call is stored in an RData
file using the path/name: paste0(dir, "/", x, ".RData")
RDataUse, do.call, assign, save
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.