Learn R Programming

ProfessR (version 2.1)

make.solution: Create Solution File

Description

Create Solution File in Latex

Usage

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

Arguments

Qbank
Question Bank
ofile
Output File

Value

  • Side Effects

Details

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

Examples

Run this code
data(QBANK1)

make.solution(QBANK1, ofile= "solutions.tex")

Run the code above in your browser using DataLab