Description Usage Arguments Details Value Author(s) See Also Examples
This is a trivial extension of the save
function which provides an append
argument
to allow the caller to simply add one or more objects
to an existing saved file.
At present, it is not particularly efficient and merely
loads the contents of the original file and then
re-serializes these along with the new objects.
The purpose is to reduce the number of commands
to achieve this effect.
1 2 |
... |
see |
list |
see |
file |
see |
ascii |
see |
version |
see |
envir |
see |
compress |
see |
eval.promises |
see |
append |
a logical value indicating whether to add the
specified objets to the existing file or to overwrite that file
with just these objects. This is |
In the future, this could be more intelligent and add to the existing file by writing to the end. This may require that the table of contents be written at the end of the file so that we can add to it without rewriting the entire thing.
See save
.
Duncan Temple Lang
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.