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)