Search bs4Dash variables
Search bs4Dash variables
search_vars_bs4dash(pattern = NULL, source = c("adminlte", "bootstrap"))
pattern |
A pattern to filter the results. |
source |
Search variables in AdminLTE or Bootstrap or both. |
a data.frame
with three variables:
source
: AdminLTE or Bootstrap variable.
variable
: name of the variable.
value
: default value used.
# Retrieve all variables all_vars <- search_vars_bs4dash() head(all_vars, 20) # Search for a pattern head(search_vars_bs4dash("navbar"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.