powered by
Translate text between languages
translate(text, from = "en", to, ...)
A character string containing a text
A two-letter language code specifying the language of the source text.
two-letter language code specifying the language to translate in to.
Additional arguments passed to translateHTTP.
translateHTTP
A character string containing the translation.
# NOT RUN { translate("hello world!", to = "fr") # }
Run the code above in your browser using DataLab