get_smes_domains | R Documentation |
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.
get_smes_domains(sme, questions)
sme |
Name of the subject matter expert. |
questions |
A |
An ordered vector of the domains for the requested SME.
## Not run:
questions <- read_questions()
get_sme_domains("Sally Expert", questions)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.