get_qr_png {gofigR}R Documentation

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

Value

HTML string


[Package gofigR version 1.1.0 Index]