Description Usage Arguments Value Warning
Export an archive of remake contents. Implicit files (those that remake does not generate) are not exported.
1 2 3 |
target_names |
Names of targets to export. |
dependencies |
Export the dependencies of
|
verbose |
Be verbose when reading the remake file? |
require_current |
Logical indicating if the targets must be
up-to-date to be fetched. If this is |
allow_missing_packages |
Allow missing packages when loading remake file? |
archive_file |
Name of the archive file to generate, by
default |
remake_file |
Remake file to read, by default
|
Invisibly, the name of the archive file generated. However, this function is primarily useful for its side effect, which is generating the archive.
The archive format is subject to change and is
not suitable for long-term archiving. Moreover, it depends on R's
internal rds format. This format is itself not guaranteed to stay
constant, though it has for a long time now (see
serialize()
). However, this is likely to be
reasonable for data interchange between computers or for
short/medium term export of results. Until a lossless
representation of all R objects exists, the rds problem is not
likely to go away.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.