convert_suggestions {occupationMeasurement} | R Documentation |
Convert suggestion from one suggestion format into the other
Description
Convert suggestion from one suggestion format into the other
Usage
convert_suggestions(suggestions, from, to, suggestion_type_options = list())
Arguments
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:
- |
Value
A data.table of suggestions in the "to" format
[Package occupationMeasurement version 0.3.2 Index]