Jani Pellinen
Results
1
comments of
Jani Pellinen
The issue seems to be in the `rhandsontable` function in file [rhandsontable.R](https://github.com/jrowen/rhandsontable/blob/master/R/rhandsontable.R) line 75: ``` if (!useTypes) { data = do.call(cbind, lapply(data, function(x) { if (class(x) == "Date") as.character(x, format...