-
Notifications
You must be signed in to change notification settings - Fork 7
/
README.Rmd
22 lines (16 loc) · 1.32 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: "Intro to GIS for R"
author: "Angela Li"
date: "`r format(Sys.Date())`"
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
This talk is a modified version of my [previous talk](https://github.com/angela-li/rladies-spatial-data) for R-Ladies Chicago, with the goal of inspiring UChicago students to go out and try using R for GIS.
I rapidly sailed through a lot of content when I gave the talk, so I'd recommend going back and digging through these slides in depth. You can find the data for the talk in the `data` folder. I also made a pure R script (`gis-r.R`) with all the commands that I use in the presentation.
Below are the slides from the presentation, which I updated a bit based on feedback I got from y'all. If you have additional comments, please let me know! The shortlink to the slides is [bit.ly/harris-gis](bit.ly/harris-gis) for easy reference.
```{r echo = FALSE}
knitr::include_url('https://angela-li.github.io/slides/2018-05-18/gis-r#1')
```
**Advanced material: If you know how to fork and clone a Github repository, I'd recommend doing that with this repository to get the data quickly. I've extracted all the code out into a R script (using `knitr::purl(gis-R.Rmd)`) that you can simply run once you've forked this repo and cloned it into RStudio on your local device.