I'm using DT in RStudio which "provides an R interface to the JavaScript library DataTables".
Is there a way to change the number of significant figures displayed in the columns in DT?
Asked
Active
Viewed 58 times
2

Lars Kotthoff
- 107,425
- 16
- 204
- 204

Thomas Speidel
- 1,369
- 1
- 14
- 26
-
`signif` might help. This link also http://stackoverflow.com/questions/2287616/controlling-digits-in-r – Pierre L Jun 10 '15 at 20:17