interview | R Documentation |
This function constructs an S3 object called interview
, which
represents the questions asked in the tools. The object also has
regular expressions, one for each questions, that can be utilized in
carrying out string matching during the analysis.
interview(questions)
questions |
A character vector of the question(s) |
The function returns an object of class interview
.
obj <- interview("What are the issue(s)?") obj$question obj$regex
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.