Skip to content

Instantly share code, notes, and snippets.

@pachevalier
Created February 14, 2018 13:28
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 pachevalier/18604ff8892b4520ca1e85b901430961 to your computer and use it in GitHub Desktop.
Save pachevalier/18604ff8892b4520ca1e85b901430961 to your computer and use it in GitHub Desktop.
library("readxl")
library("dplyr")
read_excel("maires-17-06-2014.xlsx", skip = 1) %>%
glimpse()
# library("devtools")
# install_github("pachevalier/tricky")
library("readxl")
library("dplyr")
library("tricky")
read_excel("maires-17-06-2014.xlsx", skip = 1) %>%
set_standard_names() %>%
glimpse()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment