Build an Alien Sightings Dashboard

Building Web Applications with Shiny in R

Kaelen Medeiros

Data Scientist

Alien Sightings Dashboard

An app displaying a bar graph of UFO sightings by state and dates

Building Web Applications with Shiny in R

Choices, choices...

ui <- fluidPage(
  selectInput("shape",
    "Choose a shape:",
    choices = unique(usa_ufo_sightings$shape)
  )
)
Building Web Applications with Shiny in R

Alien Sightings Dashboard, tab 2

An app displaying a table of UFO sightings by state and dates

Building Web Applications with Shiny in R

Let's practice!

Building Web Applications with Shiny in R

Preparing Video For Download...