View source: R/construct_dump.R
construct_dump | R Documentation |
An alternative to base::dump()
using code built with constructive.
construct_dump(x, path, append = FALSE, ...)
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 |
Returns NULL
invisibly, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.