Learn R Programming

ProfessR (version 2.4-3)

make.solution: Create Solution File

Description

Create Solution File in Latex

Usage

make.solution(Qbank, ofile = "answers.tex")

Value

Side Effects

Arguments

Qbank

Question Bank

ofile

Output File

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

Details

Creates a latex file suitable for printing solution to the exam.

Examples

Run this code

data(QBANK1)

if (FALSE) {
 make.solution(QBANK1, ofile= "solutions.tex")
}



Run the code above in your browser using DataLab