get_suggestion_info {occupationMeasurement} | R Documentation |
Get additional information for a suggestion id.
Description
This includes a descriptive title, job descriptions etc. To retrieve information regarding followup questions use get_followup_questions.
Usage
get_suggestion_info(
suggestion_ids,
suggestion_type = "auxco-1.2.x",
suggestion_type_options = list(),
include_default_codes = FALSE
)
Arguments
suggestion_ids |
Suggestion id(s) to retrieve information for. This should typically be a character vector. |
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_default_codes |
Whether default id encodings should be returned
with the rest of infromation e.g. KldB-IDs. Defaults to FALSE.
(Only for internal use, use |
Value
Data table with information about the suggestion.
Examples
## Not run:
get_suggestion_info("9079")
## End(Not run)