Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 823 Bytes

clone.md

File metadata and controls

30 lines (16 loc) · 823 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.

  1. RStudio: create a new project

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

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

  1. RStudio: paste the URL of your GitHub repository into 'Repository URL'. Click Create Project

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


Previous | Next