'How to swich between NavBar Tabs without bottom in R Shin

I am creating a dashboard with multiple tabs in R shiny, it is possible that after a certain time, the dashboard will automatically switch from table 1 to tab 2 without the need for a button.



Solution 1:[1]

shinyDashboards has a function called updateTabItems

Use that in the server to update based on whichever event triggers it.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Jahi Zamy