bin_qr_code.Rd
Get QR code for bin on Filebin
bin_qr_code(bin, file = NA)
Bin name. If NA the generate random bin name.
NA
File name to use to save results.
File name of the archive.
if (FALSE) { posted <- file_post(LOREM_IPSUM, bin = "latin-text") bin_qr_code("latin-text", file = tempfile(fileext = ".png")) }