bin_archive {filebin} | R Documentation |
Get contents of bin as archive
Description
Get contents of bin as archive
Usage
bin_archive(bin, format = "zip", file = NA)
Arguments
bin |
Bin name. If |
format |
Archive format. Either |
file |
File name to use to save results. |
Value
File name as character vector.
Examples
## Not run:
bin_archive("placeholder", file = tempfile(fileext = ".zip"))
## End(Not run)
[Package filebin version 0.0.6 Index]