Get QR code for bin on Filebin

bin_qr_code(bin, file = NA)

Arguments

bin

Bin name. If NA the generate random bin name.

file

File name to use to save results.

Value

File name of the archive.

Examples

if (FALSE) {
posted <- file_post(LOREM_IPSUM, bin = "latin-text")
bin_qr_code("latin-text", file = tempfile(fileext = ".png"))
}