make_slides: Create interview slides

Description Usage Arguments Value Examples

View source: R/make_slides.R

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

1
2
3
4
5
6
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

1
2
3
4
## Not run: 
make_slides("Sally Expert", questions, output_dir = tempdir())

## End(Not run)

collector documentation built on Feb. 22, 2020, 1:11 a.m.