Web application allowing to see designs. Note that this requires the rmarkdown, flexdashboard, shiny, shinyWidgets, shinyBS, ggplot2 and shinipsum packages to be installed

app_start()

Examples

if (FALSE) {
library(rmarkdown)
library(flexdashboard)
library(shiny)
library(shinyWidgets)
library(shinyBS)
library(shinipsum)
library(ggplot2)
app_start()
}