Generate QR code with wifi login information
Arguments
- ssid
The SSID of the network.
- encryption
The encryption standard. Options are
"WPA"
,"WEP"
and""
. The latter implies no encryption. Defaults to"WPA"
.- key
The key for the encryption.
Use
FALSE
for a visible SSID. UseTRUE
for a hidden SSID. Defaults toFALSE
.- 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_location()
,
qr_sepa()