Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

collector (version 0.1.3)

make_slides: 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
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

Run this code
# NOT RUN {
make_slides("Sally Expert", questions, output_dir = tempdir())
# }

Run the code above in your browser using DataLab