From the course: Creating Maps with R
GitHub repository and exercise files
From the course: Creating Maps with R
GitHub repository and exercise files
- [Instructor] All of the exercise files for this course are available through this GitHub repository. You do not need a GitHub account or any knowledge of how Git works to use these materials. Say you're watching video 02_02 and want to access the download files. You would go to this repository and click on the dropdown menu labeled Main. You would then click here and type the video number, 02_02. The branch ending with b is the beginning state of the exercise. This is the one that you want if you want to follow along with me in the video. The 02_02e branch contains the end state of the exercise. It contains all of the code that I wrote during the video. Some sections of the course do not have an end state, as there's no code written during the video, for instance, 01_02. Let's select the 02_02b branch. That loads the branch, and we then have to go to the green Code button, and click on Download ZIP. This will download this entire branch with repository to your downloads folder. You then want to unzip the ZIP. And navigate inside to the folder with the same name as the video that you're watching, 02_02b. And inside of there you will find a file with the extension .Rproj and the same name as the video. You will need to double-click on this file, and this will open the project in RStudio. You can then click on the script in the Files tab and follow along with me in the video.