Description Usage Arguments Value Examples
Translate text between languages
1  | 
text | 
 A character string containing a text  | 
from | 
 A two-letter language code specifying the language of the source text.  | 
to | 
 two-letter language code specifying the language to translate in to.  | 
... | 
 Additional arguments passed to   | 
A character string containing the translation.
1 2 3 4  | ## Not run: 
  translate("hello world!", to = "fr")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.