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
Part 2 is broken down into three lessons:
Single-file app
Two-file app
Deploying & Improving UX