R shiny different output between renderTable and renderDataTable
问题 I have a shiny application that shows a nice html table of my data, using renderDataTable . Then I wanted to make some basic statistics, subset data and calculate means and some other data. When showing results with renderTable , I found that date column was not shown in date format. In the figure ou can see the difference. Both tables are generated from the same dataset in the same shiny web app. Can you explain what's happening? And here you can see ui.R and server.R. In this script I just