scope_locale: Scope with Locale

Description Usage Arguments See Also

Description

Set aspects of the current locale and restore the original locale at the end of the active scope. See Sys.getlocale() and Sys.setlocale() for more information.

Usage

1
scope_locale(category = "LC_COLLATE", locale)

Arguments

category

The locale aspect, as a character string.

locale

The locale name.

See Also

Other scope-related functions: defer, scope_dir, scope_env_vars, scope_options, scope_path


kevinushey/later documentation built on May 20, 2019, 9:09 a.m.