with_i18n_state | R Documentation |
Sets the current internalisation state (I18N_STATE
)
to a provided dictionary and language,
and evaluates a provided expression.
This macro is called automatically within new_timeline
and most users will never need to call it directly.
with_i18n_state(
dictionary = stop("dictionary not supplied"),
language = stop("language not supplied"),
x = stop("x not supplied")
)
dictionary |
An internationalisation dictionary as created by |
language |
A language code corresponding to a language supported in |
x |
Expression to evaluate. |
The result of evaluating x
using the provided dictionary and language.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.