library(flightdeck)
library(htmltools)
knitr::opts_chunk$set(fig.cap = "", eval = FALSE)
The basic idea of `flightdeck` is to let users below powerful interactive dashboards by composing [widgets](../reference/index.html#section-widgets) into [panels](../reference/index.html#section-panels), [organizing](../reference/index.html#section-layouts) them on a page and assembling them into a [dashboard](../reference/index.html#section-dashboard).

You can create a simple dashboard in seven lines of code!

library(flightdeck)
library(htmltools)
fdBoard(
  fdHeader(title = 'My Board'),
  fdSidebar(p("Hello World!")),
  fdBody()
)

To learn more about how to build dashboards using flighdeck, read the tutorial.



alteryx/flightdeck documentation built on May 12, 2019, 1:39 a.m.