with_locale {withr}R Documentation

Locale settings

Description

Temporarily change locale settings.

Usage

with_locale(new, code)

Arguments

new

[named character]
New locale settings

code

[any]
Code to execute in the temporary environment

Details

Setting the LC_ALL category is currently not implemented.

Value

[any]
The results of the evaluation of the code argument.

See Also

withr for examples

Sys.setlocale


[Package withr version 1.0.1 Index]