Skip to content

Instantly share code, notes, and snippets.

@akshat3096
Created May 12, 2019 09:54
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 akshat3096/3efa30b2dae16708713117e92e751783 to your computer and use it in GitHub Desktop.
Save akshat3096/3efa30b2dae16708713117e92e751783 to your computer and use it in GitHub Desktop.
install.packages("googledrive")
library("googledrive")
temp <- tempfile(fileext = ".zip")
dl <- drive_download( as_id("id"), path = temp, overwrite = TRUE)
out <- unzip(temp, exdir = tempdir())
bank <- read.csv(out, sep = ";")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment