Generate QR code with wifi login information
qr_wifi(
ssid,
encryption = c("WPA", "WEP", ""),
key = "",
hidden = FALSE,
ecl = c("L", "M", "Q", "H")
)The SSID of the network.
The encryption standard.
Options are "WPA", "WEP" and "".
The latter implies no encryption.
Defaults to "WPA".
The key for the encryption.
Use FALSE for a visible SSID.
Use TRUE for a hidden SSID.
Defaults to FALSE.
the required error correction level.
Available options are "L" (7%), "M" (15%), "Q" (25%) and "H" (30%).
Defaults to "L".
Other qr:
coordinates(),
generate_svg(),
plot.qr_code(),
print.qr_code(),
qr_code(),
qr_event(),
qr_location(),
qr_sepa()