bin_archive.Rd
Get contents of bin as archive
bin_archive(bin, format = "zip", file = NA)
Bin name. If NA
the generate random bin name.
Archive format. Either "zip"
(default) or "tar"
.
File name to use to save results.
File name as character vector.
if (FALSE) {
bin_archive("placeholder", file = tempfile(fileext = ".zip"))
}