gtranslate is a privacy-respecting frontend that uses the Google Translate engine.
Usage
gtranslate(from, to, str)
Arguments
- from
Source language. Specify it with the code following the ISO 639 standard
- to
Specify it with the code following the ISO 639 standard
- str
Text to translate
Examples
if (FALSE) { # \dontrun{
gtranslate(from = "en", to = "es", str = "hello")
} # }