qr_wifi | R Documentation |
Generate QR code with wifi login information
qr_wifi(
ssid,
encryption = c("WPA", "WEP", ""),
key = "",
hidden = FALSE,
ecl = c("L", "M", "Q", "H")
)
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 |
Other qr:
coordinates()
,
generate_svg()
,
plot.qr_code()
,
print.qr_code()
,
qr_code()
,
qr_event()
,
qr_location()
,
qr_sepa()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.