| irtc_lang | R Documentation |
Returns the current output language, "zh" (Chinese, the default) or
"en" (English). Set it globally with
options(irtc.lang = "en"). The language affects user-facing text
(messages, printed summaries, Excel headers, reports); machine-readable
schemas (irtc_results, the linking table of
irtc_excel) never depend on it.
irtc_lang()
"zh" or "en".
old <- options(irtc.lang = "en")
irtc_lang()
options(old)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.