add_to_zip | R Documentation |
given an output object, filename, and zip file, write the output object to the file, and then add to the zip file
add_to_zip(object, filename, zip_file)
object |
the object to write |
filename |
the file that it should be |
zip_file |
the zip file to add to |
a directory created by tempdir
is used to hold the file,
which is then added to the zip file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.