Display a histogram and table of summary statistics
fdPanelHistogram(x, digits = 4, plotTitle = "Histogram", ...)
library(flightdeck) if (interactive()){ runif(1000) %>% fdPanelHistogram(plotTitle = 'Histogram of Residuals') %>% fdPreview }