Run Shiny Apps Locally
R-bloggers 2021-04-23
Summary:
You might be eager to deploy your Shiny app to a remote server. But the simplest way to run a Shiny app is to run it locally. You only need the shiny R package installed, and you can run the app in your browser.
The post Run Shiny Apps Locally first appeared on R-bloggers.