Created
March 9, 2017 23:42
-
-
Save Hugoberry/e590ad7debfa32658ffc8e8f13d9d51e to your computer and use it in GitHub Desktop.
Reading a Zip file in Power Query via R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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