detect_language {RYandexTranslate} | R Documentation |
Detects the language of the specified text.
Description
Detects the language of the specified text.
Usage
detect_language(api_key, text = "")
Arguments
api_key |
yandex API key |
text |
The text to detect the language for |
Value
data frame giving detected language
Examples
## Not run:
data=detect_language(api_key,text="how are you?")
## End(Not run)
[Package RYandexTranslate version 1.0 Index]