Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. activity_url <- "http://www.testdata.pig/2013/2013.zip"
  2. temp <- tempfile()
  3. download.file(activity_url, temp)
  4. unzip(temp, "2013.xlsx")
  5. data_2013 <- read_excel("2013.xlsx")
  6. unlink(temp)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement