Skip to content

Instantly share code, notes, and snippets.

View martinamorris's full-sized avatar

Martina Morris martinamorris

  • University of Washington
  • Seattle
View GitHub Profile
@martinamorris
martinamorris / gistTest.R
Created October 5, 2018 17:34
my solution
# Create a GitHub PAT
# Hint: use the usethis package
usethis::browse_github_pat()
# generate a new token
# Add it to .Renviron
# Hint: use the usethis package
usethis::edit_r_environ()