Skip to content

Instantly share code, notes, and snippets.

@Hugoberry
Created March 9, 2017 23:42
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 Hugoberry/e590ad7debfa32658ffc8e8f13d9d51e to your computer and use it in GitHub Desktop.
Save Hugoberry/e590ad7debfa32658ffc8e8f13d9d51e to your computer and use it in GitHub Desktop.
Reading a Zip file in Power Query via R
let
RScript = R.Execute("datacsv<-read.csv(unz(""d:\\Downloads\\R_Twitter_sample.zip"",""R_Twitter_sample.csv""))"),
out = RScript{[Name="datacsv"]}[Value]
in
out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment