qr_event {qrcode} | R Documentation |
Generate a QR code for an event
Description
Generate a QR code for an event
Usage
qr_event(start, end, title, ..., ecl = c("L", "M", "Q", "H"))
Arguments
start |
the required start time as |
end |
the required end time as |
title |
the required title of the event. |
... |
optional arguments as defined in the details. |
ecl |
the required error correction level.
Available options are |
Details
Optional arguments. Other arguments are silently ignored.
-
description
-
location
-
organiser
-
url
See Also
Other qr:
coordinates()
,
generate_svg()
,
plot.qr_code()
,
print.qr_code()
,
qr_code()
,
qr_wifi()
[Package qrcode version 0.2.2 Index]