I\'m making an app to analyse some data with Shiny.
When I directly send query to database, I can see good rezults:
Try using this:
not_outlier_dates[,2] <- as.character(not_outlier_dates[,2])
The problem lies in the xtable
library that Shiny
uses to display tables. It seems there are bugs related to date columns
, as stated in this SO question and this (closed) Shiny issue. Not sure if that still applies or if it applies to your xtable
version, though.