Working with Cal-Adapt Climate Data in R:
Shiny Apps

Shiny Apps

Examples:

library(caladaptr.apps)

## Launch the time series app
ca_launch("timeseries")

## Launch the projected chill portions app
ca_launch("chill")

Notebook 5. Shiny Apps

In Notebook 5, you will:

  • launch a Shiny app using the caladaptr.apps package
  • explore the anatomy of a simple Shiny app

Notebook 5. Shiny Apps


END!