Artwork by Allison Horst
Required Packages
We’ll be using the following R packages:
library(shiny)
library(tidyverse)
library(DT)
library(shinyWidgets)
library(shinycssloaders)
library(markdown)
library(rsconnect)
Required Data
library(palmerpenguins)
library(lterdatasampler)
Lecture Materials
Lecture slides |
---|
Lecture 2.1: Building a single-file app |
Lecture 2.2: Building a two-file app |
Lecture 2.3: Deploying apps + improving UX |