Skip to content

Instantly share code, notes, and snippets.

@jroberayalas
Created August 2, 2017 16:27
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/776af8125e3d3a6514d4bc40248df8a1 to your computer and use it in GitHub Desktop.
Save jroberayalas/776af8125e3d3a6514d4bc40248df8a1 to your computer and use it in GitHub Desktop.
df <- read_csv("trump_lies.csv")
#> Parsed with column specification:
#> cols(
#> date = col_date(format = ""),
#> lie = col_character(),
#> explanation = col_character(),
#> url = col_character()
#> )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment