Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

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

Select an option

Save summerofgeorge/8cd574a604dbbabd6c0281edc95d4494 to your computer and use it in GitHub Desktop.
R Packages explained to Excel users
#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