get_smes_domains: Calculate the prioritized list of domains for a given subject...

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Given a tidyrisk_question_set object and the name and the name of a specific SME of interest, create a vector of the domains in order of priority.

Usage

1
get_smes_domains(sme, questions)

Arguments

sme

Name of the subject matter expert.

questions

A tidyrisk_question_set object.

Value

An ordered vector of the domains for the requested SME.

Examples

1
2
3
4
5
## Not run: 
questions <- read_questions()
get_sme_domains("Sally Expert", questions)

## End(Not run)

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