bin_qr_code {filebin} | R Documentation |
Get QR code for bin on Filebin
bin_qr_code(bin, file = NA)
bin |
Bin name. If |
file |
File name to use to save results. |
File name of the archive.
## Not run:
posted <- file_post(LOREM_IPSUM, bin = "latin-text")
bin_qr_code("latin-text", file = tempfile(fileext = ".png"))
## End(Not run)