with_locale {withr}R Documentation

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.

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 2.1.2 Index]