FindLocale | R Documentation |
Find a locale specification for a given language code
FindLocale(LangCode)
LangCode |
A language code like "de-CH" or "en-GB" (i.e. in the form of a IETF language tag). |
This function improves readr::locale()
. It does not only allow a
language code but also supports a language specification.
A locale object (see readr::locale())
https://en.wikipedia.org/wiki/IETF_language_tag, https://cran.r-project.org/web/packages/readr/vignettes/locales.html
readr::locale()
where locale
objects are specified
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.