Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…dies-Festuus

# Conflicts:
#	week_04/case_study_04.Rmd
  • Loading branch information
Festuus committed Sep 24, 2024
2 parents 2c4402d + 39d8990 commit 05ca8c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions week_04/case_study_04.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,26 @@ Load Packages and Load Datasets from the "NYCFLIGHTS" package

```{r}
<<<<<<< HEAD
#library(tidyverse)
#library(nycflights13)
=======
library(tidyverse)
library(nycflights13)
>>>>>>> 39d89905fc6d588334abe09eab02ddf16a2a12e9
data("flights")
data("airports")
data("weather")
data("airlines")
data("planes")
<<<<<<< HEAD
=======
>>>>>>> 39d89905fc6d588334abe09eab02ddf16a2a12e9
```

## Second Header
Expand Down

0 comments on commit 05ca8c8

Please sign in to comment.