Pubquizr is an R package that generates html slides for hosting pub quizzes. The aim is to provide functions that remove manual work of preparing the slides and focusing on the content itself.
You can install the development version of pubquizr from here with:
devtools::install_github()("Alaburda/pubquizr")
The best way to use pubquizr is with the provided .Rmd template. On RStudio, you can load the template when creating a new RMarkdown file, or you can run the following line in your console:
rmarkdown::draft("my_pubquiz.Rmd", template = "pubquiz-slide-template", package = "pubquizr")
From there, the pubquiz can be built using the following three components:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.