Learn R Programming

collector (version 0.1.3)

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

Value

An ordered vector of the domains for the requested SME.

Examples

Run this code
# NOT RUN {
questions <- read_questions()
get_sme_domains("Sally Expert", questions)
# }

Run the code above in your browser using DataLab