Will create an svg
file with the QR code and logo.
qr_logo(
x,
logo,
filename,
size = 300,
foreground = "black",
background = "white",
show = interactive()
)
the input string
the path to a logo image file
Where to store the QR code as svg file. Silently overwrites existing files. Tries to create the path, when it doesn't exist.
width of the svg file in pixels.
Defaults to 300
.
Stroke and fill colour for the foreground.
Use a valid CSS colour.
Defaults to "black"
.
Fill colour for the background.
Use a valid CSS colour.
Defaults to "white"
.
Open the file after creating it.
Defaults to TRUE
on interactive()
sessions, otherwise FALSE
.