powered by
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.
tidyrisk_question_set
get_smes_domains(sme, questions)
Name of the subject matter expert.
A tidyrisk_question_set object.
An ordered vector of the domains for the requested SME.
# NOT RUN { questions <- read_questions() get_sme_domains("Sally Expert", questions) # }
Run the code above in your browser using DataLab