dreamRs / fresh

Fresh shiny themes
https://dreamrs.github.io/fresh/
GNU General Public License v3.0
229 stars 10 forks source link

Shinydashboard adminlte_global function documentation #5

Closed kequach closed 4 years ago

kequach commented 4 years ago

Hello, I tried using the adminlte_global function but if I check the source code in R it gives me this:

function (content_bg = NULL) 
{
    vars <- as.list(environment())
    vars <- dropNulls(vars)
    vars <- vars_names(vars)
    class(vars) <- c("fresh_sass_vars", "adminlte_vars", 
        class(vars))
    vars
}
<bytecode: 0x000001d60cc0ecc0>
<environment: namespace:fresh>

Unlike the documentation, there is only one parameter. Am I missing something?

kequach commented 4 years ago

I used 0.1.0 version, which was the problem