get_suggestion_info: Get additional information for a suggestion id.

View source: R/suggestions.R

get_suggestion_infoR 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: - 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)

Value

Data table with information about the suggestion.

Examples



## Not run: 
get_suggestion_info("9079")

## End(Not run)

occupationMeasurement documentation built on Sept. 27, 2023, 5:08 p.m.