search_vars_bs4dash | R Documentation |
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 columns:
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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.