Apply UvA Theme to Dashboard (Alias)
theme_uva.RdAlias for theme_ascor(). Returns University of Amsterdam branding parameters.
Arguments
Style of the navbar. Options: "dark" (default), "light". Dark style works best with UvA red.
Examples
if (FALSE) { # \dontrun{
# Pipe UvA theme into dashboard
dashboard <- create_dashboard("uva_dashboard", "UvA Research Dashboard") %>%
apply_theme(theme_uva()) %>%
add_page("Home", text = "# Welcome")
} # }