get_translation_direction {RYandexTranslate} | R Documentation |
Gets a list of translation directions supported by the service
Description
Gets a list of translation directions supported by the service
Usage
get_translation_direction(api_key, lang = "")
Arguments
api_key |
yandex API key |
lang |
If set, the response contains explanations of language codes. Language names are output in the language corresponding to the code in this parameter. |
Value
data frame giving supported translation direction
Examples
## Not run:
data=get_translation_direction(api_key)
## End(Not run)
[Package RYandexTranslate version 1.0 Index]