Creates an in-browser slideshow as a visual aide when conducting an interview with a subject matter expert (SME). The slideshow is customized for the SME by placing the domains in the order of preference for that SME.
make_slides(
sme,
questions,
output_dir,
assessment_title = "Strategic Risk Assessment"
)
Name of the SME being interviewed.
A tidyrisk_question_set
object.
Directory location for knitted slides.
Title of the assessment being performed.
Invisibly returns the full path to the slide file.
# NOT RUN {
make_slides("Sally Expert", questions, output_dir = tempdir())
# }
Run the code above in your browser using DataLab