Last active
October 29, 2020 06:34
-
-
Save Robinlovelace/e6683569cef916bb377b to your computer and use it in GitHub Desktop.
Installs devtools if needed (put at top of R scripts)
This file contains 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 devtools if needed | |
if(!require(devtools)) install.packages("devtools") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment