
Remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0 Remote: Counting objects: 100% (3/3), done. This should look something like this: ~/tmp % git clone

If your shell (Appendix A) cooperates, you should be able to paste the whole bit that we copied above.īut some shells are not (immediately) clipboard aware. This URL should have your GitHub username and the name of your practice repo. Personally, I would do this sort of thing in ~/tmp.Ĭlone myrepo from GitHub to your computer. Take charge of – or at least notice! – what directory you’re in. In section 15, we show other methods that you might prefer in daily life: # "02_useR_groups_south_america.11.2 Clone the repo to your local computer # "02_useR_groups_middle_east_africa.Rmd" Setwd(dir = "/some/path/meetingsR-master/") # from the "Clone or download - Download ZIP" button # set working directory so I know where the. zip file.īe mindful to change the file paths when using the code down below.


zip URL from the Clone or download button on the GitHub repository of interest. You can download an entire repository from GitHub using R in three steps:
