DT::datatable

Basic DT::datatable

library(DT)
datatable(iris)

Advanced DT::datatable

datatable(iris, filter = 'top',  
          options = list(   searchHighlight = TRUE, pageLength = 15 ))
### idea
#Make your life even easier: write a simple datatable function that applies your go-to formatting.  Add the function to an R script in the dashboard supporting scripts folder that you bring along for every dashboard.