Skip to content

Instantly share code, notes, and snippets.

@summerofgeorge
Created December 27, 2017 19:23
Show Gist options
  • Select an option

  • Save summerofgeorge/b20e95da9d95641a7ce628cc35a73272 to your computer and use it in GitHub Desktop.

Select an option

Save summerofgeorge/b20e95da9d95641a7ce628cc35a73272 to your computer and use it in GitHub Desktop.
XLView demo
#necessary packages
library(DescTools)
library(RDCOMClient)
#download file from https://drive.google.com/file/d/1kn49DDrn4KR1LshGGT8BjD6J3gPcl1Mk/view?usp=sharing/
iris<-read.csv("iris.csv")
#data manipulation/analysis ensues...
#..and now we're ready bring back to Excel...
XLView(iris)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment