View source: R/produce_site_qrcode.R
produce_site_qrcode | R Documentation |
Return a QR code image of any provided DEIMS ID (e.g. dataset,
site, activity).
produce_site_qrcode(deimsid, do_plot = FALSE)
deimsid |
A |
do_plot |
A |
The QR code as a logical matrix with "qr_code" class.
Alessandro Oggioni, phD (2020) oggioni.a@irea.cnr.it
qrcodeRReLTER
qrcode <- produce_site_qrcode(
deimsid = "https://deims.org/f30007c4-8a6e-4f11-ab87-569db54638fe"
)
plot(qrcode)
a <- produce_site_qrcode(
deimsid = "https://deims.org/f30007c4-8a6e-4f11-ab87-569db54638fe",
do_plot = TRUE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.