powered by
Create a QR code for a location
qr_location(latitude, longitude, ecl = c("L", "M", "Q", "H"))
the latitude of the location.
the longitude of the location.
the required error correction level. Available options are "L" (7%), "M" (15%), "Q" (25%) and "H" (30%). Defaults to "L".
"L"
"M"
"Q"
"H"
Other qr: coordinates(), generate_svg(), plot.qr_code(), print.qr_code(), qr_code(), qr_event(), qr_sepa(), qr_wifi()
coordinates()
generate_svg()
plot.qr_code()
print.qr_code()
qr_code()
qr_event()
qr_sepa()
qr_wifi()
qr_location(50.8449861, 4.3499932) |> plot()
Run the code above in your browser using DataLab