Skip to content

Instantly share code, notes, and snippets.

@jroberayalas
Created August 2, 2017 12:51
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 jroberayalas/c61600c8eea18dacefaa8ea89806c548 to your computer and use it in GitHub Desktop.
Save jroberayalas/c61600c8eea18dacefaa8ea89806c548 to your computer and use it in GitHub Desktop.
library(lubridate)
df$date <- mdy(df$date)
glimpse(df)
#> Observations: 116
#> Variables: 4
#> $ date <date> 2017-01-21, 2017-01-21, 2017-01-23, 2017-01-25, 2017-01-25, 2017-01-...
#> $ lie <chr> "I wasn't a fan of Iraq. I didn't want to go into Iraq.", "A reporter...
#> $ explanation <chr> "He was for an invasion before he was against it.", "Trump was on the...
#> $ url <chr> "https://www.buzzfeed.com/andrewkaczynski/in-2002-donald-trump-said-h...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment