Palmer's penguins shiny dashboard demo.
- Code: https://github.com/SamEdwardes/demo-shiny-penguins
- Deployment: https://colorado.rstudio.com/rsc/demo-shiny-penguins/
shiny::runApp('app')
Update the code, and then run:
rsconnect::writeManifest("app")
The app will be automatically redeployed by RStudio Connect.
You can also deploy the app using the rsconnect
api:
rsconnect::deployApp(
appDir = "app",
appFiles = c("app.R"),
appTitle = "Shiny Penguins API Deployment"
)