Created
May 15, 2017 18:19
-
-
Save summerofgeorge/8cd574a604dbbabd6c0281edc95d4494 to your computer and use it in GitHub Desktop.
R Packages explained to Excel users
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
| #install a package - do this ONCE on your computer! | |
| install.packages("XLConnect") | |
| #call library - do this EVERY TIME you start R ... | |
| #assuming you need the library! | |
| library("xlconnect") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment