Description Usage Arguments Details Value Examples
The default guidelines are in italian language. Switching to english or other available languages aids in selecting the appropriate variables values.
1 | i18n_switch(lang)
|
lang |
Character vector, one of lang_it lang_en. |
Currently 2 languages are supported: lang_it
lang_en.
Further languages may be added in the future. Contributing translators are welcome, just add your
translation to the file i18n.csv
in the folder data-raw/i18n
and provide it as
a Pull Request on GitHub
silently a list
1 2 3 | head(get_available("crop"))
i18n_switch("lang_en")
head(get_available("crop"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.