get_filter_shortcuts: Get all available filter shortcuts

View source: R/metadata.R

get_filter_shortcutsR Documentation

Get all available filter shortcuts

Description

Get all available filter shortcuts

Usage

get_filter_shortcuts(lang = "ES", validate = TRUE, verbose = FALSE)

Arguments

lang

(string): language. Set to 'ES' for the Spanish version of the shortcuts or set to 'EN' for the English version of the shortcuts.

validate

(logical): validate input parameters.

verbose

(logical): print additional information.

Value

Data frame with information of the available filter shortcuts

Examples

# Shortcuts in spanish
df <- get_filter_shortcuts()
head(df)

# Shortcuts in english
df <- get_filter_shortcuts(lang = "EN")
head(df)


ineapir documentation built on Sept. 15, 2025, 9:09 a.m.