The Shiny package allows you to create browser-based apps that run R in the background.
You need to know to R, but you don’t need to know JavaScript, HTML, CSS, network protocols, etc.
Can run them locally or online
Examples:
library(caladaptr.apps)
## Launch the time series app
ca_launch("timeseries")
## Launch the projected chill portions app
ca_launch("chill")
In Notebook 5, you will:
caladaptr.apps
package