get_qr_png: Generates a QR code and converts it into an img element.
Description
Generates a QR code and converts it into an img element.
Usage
get_qr_png(url, xres = 400, yres = 400, width = 100, height = 100)
Arguments
- url
URL to generate the code for
- xres
QR width, in pixels
- yres
QR height, in pixels
- width
width of the HTML img element
- height
height of the HTML img element