Skip to contents

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

if (FALSE) { # \dontrun{
get_filter_shortcuts()
get_filter_shortcuts(lang = "EN")
} # }