search_vars_adminlte2 | R Documentation |
Search AdminLTE 2 shinydashboard variables
search_vars_adminlte2(pattern = NULL)
pattern |
A pattern to filter the results. |
a data.frame
with two columns:
variable
: name of the variable.
value
default value used.
# All AdminLTE2 variables
search_vars_adminlte2()
# Only sidebar related variables
search_vars_adminlte2(pattern = "sidebar")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.