if (FALSE) {
file <-
system.file(
"extdata",
"ExampleTexDocuments",
"exam_testing_nquestions.tex", #Test exam that doesn't require a table
package = "TexExamRandomizer")
temporalfile <- paste(tempfile(), ".tex", sep = "")
file.copy(file, temporalfile)
opt <- compilation_options(file = temporalfile)
jsonhwparser(opt)
}
Run the code above in your browser using DataLab