get_followup_questions {occupationMeasurement} | R Documentation |
Get potential follow-up questions for a suggestion.
Description
Get potential follow-up questions for a suggestion.
Usage
get_followup_questions(
suggestion_id,
tense = "present",
suggestion_type = "auxco-1.2.x",
suggestion_type_options = list(),
include_answer_codes = FALSE
)
Arguments
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 |
Value
List of followup questions and their answer options.
Examples
## Not run:
# Get followup questions for "Post- und Zustelldienste"
get_followup_questions("1004")
## End(Not run)