convert_suggestions | R Documentation |
Convert suggestion from one suggestion format into the other
convert_suggestions(suggestions, from, to, suggestion_type_options = list())
suggestions |
A data.table of suggestions as returned by one of the
prediction algorithms e.g. |
from |
The current suggestion_type in which suggestions are passed. |
to |
The suggestion_type in which suggestions should be. |
suggestion_type_options |
A list with options for generating
suggestions. Supported options:
- |
A data.table of suggestions in the "to" format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.