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!)".
# nolint start: unused_import_linter library(anyflights) library(dplyr) library(ggplot2) library(jbplot) # nolint end
Create air travel data packages using anyflights.
Import data (typically from external CSV).
Clean and Tidy data.
Graph and model data to ask and answer questions.
Communicate results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.