Skip to content

Instantly share code, notes, and snippets.

@Hugoberry
Created March 9, 2017 23:42
Embed
What would you like to do?
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