Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 982 Bytes

clone.md

File metadata and controls

30 lines (16 loc) · 982 Bytes

Clone your GitHub repository


  1. GitHub: click on the green Code or Clone button, choose the SSH URL to secure your connection, and copy your repository's URL.

  2. RStudio: create a new project

  3. RStudio: select Checkout a project from a version control repository

  4. RStudio: select Clone a project from a Git repository

  5. RStudio: paste the URL of your GitHub repository into 'Repository URL'. Do not locate this new Git repository in the folder created in the first tutorial (i.e. so that each folder has its own Git database). Click Create Project

  6. RStudio: Click on the Files tab to check that it contains all the files from the GitHub repository


Previous | Next