get_suggestion_info: 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
)
Value
Data table with information about the suggestion.
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:
- datasets
: Pass specific datasets to be used whenn adding information
to predictions e.g. use a specific version of the kldb or auxco.
Supported datasets are: "auxco-1.2.x", "kldb-2010". By default the datasets
bundled with this package are used.
- 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 get_final_codes()
to get codes)
Examples
Run this codedata.table::setDTthreads(1)
if (FALSE) {
get_suggestion_info("9079")
}
Run the code above in your browser using DataLab