bin_archive: Get contents of bin as archive

View source: R/bin-archive.R

bin_archiveR 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 NA the generate random bin name.

format

Archive format. Either "zip" (default) or "tar".

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)

filebin documentation built on Sept. 2, 2023, 9:07 a.m.