with_language | R Documentation |
Temporarily change the language used for translations.
with_language(lang, code)
local_language(lang, .local_envir = parent.frame())
lang |
A BCP47 language code like "en" (English), "fr" (French), "fr_CA" (French Canadian). Formally, this is a lower case two letter ISO 639 country code, optionally followed by "_" or "-" and an upper case two letter ISO 3166 region code. |
code |
|
.local_envir |
|
with_language("en", try(mean[[1]]))
with_language("fr", try(mean[[1]]))
with_language("es", try(mean[[1]]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.