qr_location | R Documentation |
Create a QR code for a location
qr_location(latitude, longitude, ecl = c("L", "M", "Q", "H"))
latitude |
the latitude of the location. |
longitude |
the longitude of the location. |
ecl |
the required error correction level.
Available options are |
Other qr:
coordinates()
,
generate_svg()
,
plot.qr_code()
,
print.qr_code()
,
qr_code()
,
qr_event()
,
qr_sepa()
,
qr_wifi()
qr_location(50.8449861, 4.3499932) |>
plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.