-
Hi @castower,
Just to clarify, of the four tasks we're asked to complete in Part 1 of Lab 4, it seems that the first three (dropping all rural census tracts, creating a variable that measures the g…
-
@AntJam-Howell
I am having a problem when I get to the code chunk in step three.
URL
-
Reference Kameron's Colonias document
-
Hello,
I seem to be having issues with downloading the correct shape file for my metropolitan area. I chose Denver, CO (or Denver-Aurora-Lakewood, CO), and I believe that I found the correct FIPS cod…
-
Hi Dr. @lecy ,
I am trying to run the bolded code below:
```{r}
library( geojsonio ) # read shapefiles
library( sp ) # work with shapefiles
library( sf ) # work with shape…
-
I am having problems at step 2
My spread function is not doing what it is supposed to do. Also I am unable to deselect "moe"
Here is my code and error.
```{r, message=F, warning=F}
medianvalue…
-
I used this code to designate my variables from the census data, but I got the following error code pasted below:
```
arizona%
mutate(variable=case_when(
variable=="B25077_001E" ~ "homepri…
-
Hi,
I am trying to download Tract to Tract flows by means of transportation calling the api with your download_ctpp function.
`download_ctpp(
id = "A302103",
geography = "Tract->Tract",
s…
-
As we discussed at our March 31 meeting, the Research group has settled on mapping [these indicators](https://github.com/zorostang/chicago_bike_equity/wiki/Research-Questions). Each of these has an in…
-
Hi! Tobler is awesome! Thank you for all the work!
I am aggregating census count data from the census-tract level to the congressional district level. Using "area_interpolate" this works fine. T…