Lingva is a privacy-respecting frontend for the Google Translate engine.
Usage
lingva(from, to, str, instance = NULL)
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
- instance
The Lingva instance URL you want to use. If it's not set, it will ask you to select one
Examples
if (FALSE) { # \dontrun{
lingva(from = "en", to = "es", str = "hello")
} # }