Learn R Programming

assertive (version 0.2-6)

locale_categories: Allowed locale categories.

Description

The categories of locale that can be gotten/set.

Usage

locale_categories(include_all = TRUE, include_unix = is_unix())

Arguments

include_all
If TRUE, the value LC_ALL is included.
include_unix
If TRUE, the extra unix-only values are included.

Value

  • A character vector of locale categories.

See Also

sys_get_locale.