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

View source: R/utils.R

get_smes_domainsR Documentation

Calculate the prioritized list of domains for a given subject matter expert (SME)

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

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

## Not run: 
questions <- read_questions()
get_sme_domains("Sally Expert", questions)

## End(Not run)

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