Conversion of quiz files:
- from rexams Rmd to beamer
- from rexams Rmd to amc tex
- from from amc tex to rexams Rmd.
Some misc functions.
# install.packages("devtools")
devtools::install_github("bdemeshev/rexamsconverter")
Get all meta information in a tibble:
files = list.files('path to Rmd files', pattern = "*.Rmd", full.names = TRUE, recursive = TRUE)
meta = get_meta_information(files)
The function get_meta_information
supposes tags proposed by sharestats project.