library(shiny)
library(shinyWidgets)
library(tidyverse)Required Packages
We’ll be using the following R packages:
Required Data
library(palmerpenguins)
library(gapminder)Lecture Materials
| Lecture slides |
|---|
| Lecture 6.1: Functions |
| Lecture 6.2: Modules |
Part 6
We’ll be using the following R packages:
| Lecture slides |
|---|
| Lecture 6.1: Functions |
| Lecture 6.2: Modules |