get_suggestion_info | R Documentation |
This includes a descriptive title, job descriptions etc. To retrieve information regarding followup questions use get_followup_questions.
get_suggestion_info(
suggestion_ids,
suggestion_type = "auxco-1.2.x",
suggestion_type_options = list(),
include_default_codes = FALSE
)
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 |
Data table with information about the suggestion.
## Not run:
get_suggestion_info("9079")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.