You just started your internship at a big firm in New York, and your manager gave you an extensive file of flights that departed JFK, LGA, or EWR in 2013. From this data (nycflights13::flights
), which you can obtain in R (install.packages("nycflights13"); library(nycflights13)
), your manager wants you to answer the following questions;
This reading will help you complete the tasks below.
.rmd
file that has your report
.Rmd
, .md
, and .html
to your GitHub repoI made up databending. It does not mean that we make up data or that we alter it. Like airbenders we control our data to answer the questions we need answered. The key to databending is flexibility and finding and following the path of least resistence.