detect_language: Detects the language of the specified text.

Description Usage Arguments Value Examples

View source: R/yandex.R

Description

Detects the language of the specified text.

Usage

1
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

1
2
3
4
## Not run: 
data=detect_language(api_key,text="how are you?")

## End(Not run)

mukul13/RYandexTranslate documentation built on Sept. 26, 2019, 2:21 p.m.