Analysis of flights between MSP and LIT when I was working as a Security Architect for the implementation of Medicaid modernization for the Affordable Care Act in Arkansas in 2013 and 2014.

Used as an example notebook for my SiRAcon 2022 presentation, "Making R work for you (with automation!)".

Questions/TODO

# nolint start: unused_import_linter
library(anyflights)
library(dplyr)
library(ggplot2)
library(jbplot)
# nolint end

anyflights

Create air travel data packages using anyflights.

Import

Import data (typically from external CSV).

Tidy/Transform

Clean and Tidy data.

Explore

Graph and model data to ask and answer questions.

Communicate

Communicate results.



jabenninghoff/siracon2022 documentation built on July 17, 2025, 12:08 a.m.