Hi there, is there a way to set the significant figures displayed in the shiny website without impacting the underlying calculations? (i.e., I don't want the round the actual values, I just want to be able to set a single setting that changes all displayed values).
If you use knitr::kable, gt or DT::datatable to display tables of data, each of them has their own way of formatting numbers for entire columns, including significant figures. If you use textOutput, you need to format numbers yourself in each instance. I'm not aware of a global solution.