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