Skip to content

Instantly share code, notes, and snippets.

@Robinlovelace
Last active October 29, 2020 06:34
Show Gist options
  • Save Robinlovelace/e6683569cef916bb377b to your computer and use it in GitHub Desktop.
Save Robinlovelace/e6683569cef916bb377b to your computer and use it in GitHub Desktop.
Installs devtools if needed (put at top of R scripts)
# 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