Skip to content
R for the Rest of Us Logo

Using Git and GitHub with R

Connect to GitHub

Transcript

Click on the transcript to go to that point in the video. Please note that transcripts are auto generated and may contain minor inaccuracies.

Your Turn

  1. Connect to GitHub using GitHub Desktop by going to Settings > Accounts and signing into GitHub.com

  2. Connect to GitHub using RStudio by:

    1. Creating a GitHub personal access token (PAT) using the create_github_token() function from the usethis package

    2. Registering your PAT using the gitcreds_set() function from the gitcreds package

Have any questions? Put them below and we will help you out!

You need to be signed-in to comment on this post. Login.