qr_location: Create a QR code for a location

View source: R/qr_location.R

qr_locationR Documentation

Create a QR code for a location

Description

Create a QR code for a location

Usage

qr_location(latitude, longitude, ecl = c("L", "M", "Q", "H"))

Arguments

latitude

the latitude of the location.

longitude

the longitude of the location.

ecl

the required error correction level. Available options are "L" (7%), "M" (15%), "Q" (25%) and "H" (30%). Defaults to "L".

See Also

Other qr: coordinates(), generate_svg(), plot.qr_code(), print.qr_code(), qr_code(), qr_event(), qr_sepa(), qr_wifi()

Examples

qr_location(50.8449861, 4.3499932) |>
  plot()

qrcode documentation built on Sept. 30, 2024, 9:37 a.m.