Questions regarding rhandsontable

[亡魂溺海] 提交于 2020-06-17 13:03:52

问题


I am posting a link to the question - Rhandsontable in Shiny

By removing xi as mentioned in the answers by @Ben https://stackoverflow.com/users/3460670/ben I was able to get the desired result. I have additional questions

  1. I want to change the column names into latex form. I am trying to use the latex2exp package, not sure where to include it

  2. When I hover over a data point, I want to get something like (a,b) instead of datavalues$data[,3]:a datavalues$data[,4]:b. You can see that in the 2nd graph.

  3. I want to downlaod the data as CSV. There is a documentation about it over here- http://jrowen.github.io/rhandsontable/#customizingbut. But it doesn't seem to work in the app. I can see the download to CSV option when I right click it , but nothing happens on click

来源:https://stackoverflow.com/questions/60896726/questions-regarding-rhandsontable

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!