Learn R Programming

collector (version 0.1.3)

make_handouts: Create a set of interview handouts for a SME

Description

Creates two MS Word documents. One is an answers document that contains the answers to the calibration questions, the other (with the name of the SME) does not contain answers and is intended to be a visual reference (and possible take away) for the SME.

Usage

make_handouts(sme, questions, output_dir, calibration_questions = 10)

Arguments

sme

Name of the SME.

questions
output_dir

Directory to place output.

calibration_questions

Number of calibration questions to ask.

Examples

Run this code
# NOT RUN {
questions <- read_questions()
make_handouts("Sally Expert", questions, output_dir = tempdir())
# }

Run the code above in your browser using DataLab