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