Recently Published
QR code VIC confession
---
title: "VIC confession QR code"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
library(qrcode)
png("vicconfessionQRcode.png")
qrcode_gen("https://docs.google.com/forms/d/e/1FAIpQLSf7xnlgQG2_vCsV6JB1Bjs4Mi6LrI2Ru9QDvg0sqW8PJLok1w/viewform")
dev.off()
```