get_followup_questions | R Documentation |
Get potential follow-up questions for a suggestion.
get_followup_questions(
suggestion_id,
tense = "present",
suggestion_type = "auxco-1.2.x",
suggestion_type_options = list(),
include_answer_codes = FALSE
)
suggestion_id |
Id of the suggestion |
tense |
Which tense i.e. time to use for questions & answers, this can be "present" or "past". Defaults to "present". |
suggestion_type |
Which suggestion type is being used. Only auxco-based suggestion_types are supported. |
suggestion_type_options |
A list with options for generating
suggestions. Supported options:
- |
include_answer_codes |
Whether answer options should contain
information on the associated codes. Defaults to FALSE.
(Only for internal use, use |
List of followup questions and their answer options.
## Not run:
# Get followup questions for "Post- und Zustelldienste"
get_followup_questions("1004")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.