powered by
Search bs4Dash variables
search_vars_bs4dash(pattern = NULL, source = c("adminlte", "bootstrap"))
a data.frame with three columns:
data.frame
source : AdminLTE or Bootstrap variable.
source
variable : name of the variable.
variable
value default value used.
value
A pattern to filter the results.
Search variables in AdminLTE or Bootstrap or both.
# Retrieve all variables all_vars <- search_vars_bs4dash() head(all_vars, 20) # Search for a pattern head(search_vars_bs4dash("navbar"))
Run the code above in your browser using DataLab