construct_dump {constructive} | R Documentation |
Dump Constructed Code to a File
Description
An alternative to base::dump()
using code built with constructive.
Usage
construct_dump(x, path, append = FALSE, ...)
Arguments
x |
A named list or an environment. |
path |
File or connection to write to. |
append |
If FALSE, will overwrite existing file. If TRUE, will append to existing file. In both cases, if the file does not exist a new file is created. |
... |
Forwarded to |
Value
Returns NULL
invisibly, called for side effects.
[Package constructive version 1.0.1 Index]