Skip to content

Commit

Permalink
Case Study 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Festuus committed Sep 24, 2024
1 parent 56d1ce5 commit 39d8990
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions week_04/case_study_04.Rmd
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
---
title: "Case Study 04"
author: Your Name
date: August 1, 2020
author: Festus Adegbola
date: Sept 24, 2024
output: github_document
---

## First Header

Comments
Load Packages and Load Datasets from the "NYCFLIGHTS" package

```{r}
summary(cars)
library(tidyverse)
library(nycflights13)
data("flights")
data("airports")
data("weather")
data("airlines")
data("planes")
```

## Second Header
Expand Down

0 comments on commit 39d8990

Please sign in to comment.