Created
December 27, 2017 19:23
-
-
Save summerofgeorge/b20e95da9d95641a7ce628cc35a73272 to your computer and use it in GitHub Desktop.
XLView demo
This file contains hidden or 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
| #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