This function helps preview a widget in the dashboard with or without the header and sidebar.
fdPreview(widget, title = deparse(substitute(widget)), wrap = "rowbox", ..., wrapBox = NULL) fdPreviewBoard(widget, title = deparse(substitute(widget)), wrap = "rowbox", ..., wrapBox = NULL)
fdRowBox
fdBody
.library(flightdeck) fdSimpleTable(mtcars) %>% fdPreview(title = 'Simple Table') fdSimpleTable(mtcars) %>% fdPreviewBoard(title = 'Simple Table')