get_filter_shortcuts | R Documentation |
Get all available filter shortcuts
get_filter_shortcuts(lang = "ES", validate = TRUE, verbose = FALSE)
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. |
Data frame with information of the available filter shortcuts
# Shortcuts in spanish
df <- get_filter_shortcuts()
head(df)
# Shortcuts in english
df <- get_filter_shortcuts(lang = "EN")
head(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.