make_slides: Create interview slides

View source: R/make_slides.R

make_slidesR Documentation

Create interview slides

Description

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.

Usage

make_slides(
  sme,
  questions,
  output_dir,
  assessment_title = "Strategic Risk Assessment"
)

Arguments

sme

Name of the SME being interviewed.

questions

A tidyrisk_question_set object.

output_dir

Directory location for knitted slides.

assessment_title

Title of the assessment being performed.

Value

Invisibly returns the full path to the slide file.

Examples

## Not run: 
make_slides("Sally Expert", questions, output_dir = tempdir())

## End(Not run)

davidski/collector documentation built on Sept. 30, 2023, 3:18 p.m.