library(shiny)
library(shinyWidgets)
library(tidyverse)
Required Packages
We’ll be using the following R packages:
Required Data
library(palmerpenguins)
library(gapminder)
Lecture Materials
Part 6 is broken down into two lessons:
Functions
Modules