Skip to content

samcofer/demo_shiny_penguins

Repository files navigation

demo-shiny-penguins

Palmer's penguins shiny dashboard demo.

screenshot

Usage

shiny::runApp('app')

Deployment

Git-backed

Update the code, and then run:

rsconnect::writeManifest("app")

The app will be automatically redeployed by RStudio Connect.

Programatic

You can also deploy the app using the rsconnect api:

rsconnect::deployApp(
  appDir = "app",
  appFiles = c("app.R"),
  appTitle = "Shiny Penguins API Deployment"
)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages