with_locale: Locale settings
Description
Temporarily change locale settings.
Usage
with_locale(new, code)local_locale(new, .local_envir = parent.frame())
Arguments
new
[named character]
New locale settings
code
[any]
Code to execute in the temporary environment
.local_envir
[environment]
The environment to use for scoping.
Value
[any]
The results of the evaluation of the code
argument.
Details
Setting the LC_ALL
category is currently not implemented.