Description Usage Arguments Value Examples
View source: R/run_archivers.R
Run all the archivers registered with add_archiver()
.
1 | run_archivers(input, output)
|
input |
directory to be archive, including subdirectories |
output |
director in which the archive will be created |
returns the results of the queue as a vector of length of the queue.
If an element is TRUE
, the function was run successfully (i.e.
returned TRUE
)
1 2 3 4 5 6 7 | ## Not run:
run_archivers(
input = "./input",
output = "./output"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.