fdt_locales_vec: Get a vector of all supported locales

View source: R/fdt_locales.R

fdt_locales_vecR Documentation

Get a vector of all supported locales

Description

The fdt_locales_vec() function produces a vector of all supported locale IDs in the bigD package.

Usage

fdt_locales_vec()

Value

A character vector of supported locale IDs.

Examples

# Let's get all the `ar` locales that exist
# in the vector produced by `fdt_locales_vec()`
grep("^ar", fdt_locales_vec(), value = TRUE)

# Let's get all the locales that pertain to the
# `CH` territory in the vector produced by
# `fdt_locales_vec()`
grep("CH", fdt_locales_vec(), value = TRUE)


bigD documentation built on April 12, 2025, 1:16 a.m.

Related to fdt_locales_vec in bigD...