qr_wifi {qrcode} | R Documentation |
Generate QR code with wifi login information
Description
Generate QR code with wifi login information
Usage
qr_wifi(
ssid,
encryption = c("WPA", "WEP", ""),
key = "",
hidden = FALSE,
ecl = c("L", "M", "Q", "H")
)
Arguments
ssid |
The SSID of the network. |
encryption |
The encryption standard.
Options are |
key |
The key for the encryption. |
Use | |
ecl |
the required error correction level.
Available options are |
See Also
Other qr:
coordinates()
,
generate_svg()
,
plot.qr_code()
,
print.qr_code()
,
qr_code()
,
qr_event()
[Package qrcode version 0.2.2 Index]