Description Usage Arguments Value Author(s)
Fetch a file or object from an archive. Throws an error if
requesting a target that was not exported (see
list_archive()
for archive contents).
1 | fetch_archive(target_name, path_prefix = NULL, archive_file = "remake.zip")
|
target_name |
Name of a single file or |
path_prefix |
Optional path prefix for exported files only
(not for objects). If given, a file |
archive_file |
Name of the archive file to use, by
default |
If target_name
refers to an object, then the return
value is the restored object. If target_name
refers to a
file, then the return value is the path to the restored file
(including path_prefix
if given).
Rich FitzJohn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.