Question: ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) library(nycflights13) library(tidyverse) ``` ## Using the flights data set from nycflights13, answer each of the following **1)Compare air_time with
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
library(nycflights13)
library(tidyverse)
```
## Using the flights data set from nycflights13, answer each of the following
**1)Compare air_time with arr_time-dep_time. What do you expect to see? What do you see? What do you need to do to fix it**.
**2)Find the 10 most delayed flights using a ranking function "min_rank()". How do you want to handle ties? Carefully read the documentation for min_rank()
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
