I am building a shiny app, and i have difficulties fixing the decimal places in mutate results. What i need is that, to add comma in the GDP.Scenario & Job.Scenario, meaning that the numbers appear as 1,000,000 for example.
The code and the Shiny result are as in the pictures.
i tried to add some specifications in the mutate function such as across() but it did not work