| save | R Documentation |
ZipMS - save
out_file |
the file to save to |
out_file, if it is NULL, will be taken from when the
object was generated, and by default will be set to the same as the in_file.
If not NULL, then it is checked that the id is part of the
out_file, and if not, the id is added to the actual file name.
## Not run:
new_ms <- zip_ms("in_file")
new_ms$save()
new_ms$save("out_file")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.