Skip to content

Instantly share code, notes, and snippets.

@WinfieldM
Created May 2, 2016 05:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WinfieldM/4382d075879f01cce44e0b3e81c15411 to your computer and use it in GitHub Desktop.
Save WinfieldM/4382d075879f01cce44e0b3e81c15411 to your computer and use it in GitHub Desktop.
airdata2 <- read.csv("~/RClass1/airdata2.csv")
airdata2$AIRLINE_ID <- as.factor(airdata2$AIRLINE_ID)
flightdate <- airdata2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment