Last data update: 2014.03.03

R: Locale settings
with_localeR 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

Results