Examples for 'flexdashboard::flex_dashboard'


R Markdown Format for Flexible Dashboards

Aliases: flex_dashboard

Keywords:

### ** Examples

## Not run: 
##D 
##D library(rmarkdown)
##D library(flexdashboard)
##D 
##D # simple invocation
##D render("dashboard.Rmd", flex_dashboard())
##D 
##D # specify the theme option
##D render("pres.Rmd", flex_dashboard(theme = "yeti"))
## End(Not run)

[Package flexdashboard version 0.6.2 Index]