Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Holmes authored Apr 25, 2021
1 parent 9d22271 commit 4885f97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,9 @@ Get a Free Census Api Key Here:

> Now were making a simple character vector to store the names of all
> the counties we'll be using to pull in the census data since no option
> exists to pull out blockgroup level data for the whole state.
> exists to pull out blockgroup level data for the whole state at once.
> If you're only interested in a particular area within one or multiple
> states, you may also simply list the counties you're interested in here.
```{r}
Counties <- tigris::list_counties(state = 'Oregon')
Expand Down

0 comments on commit 4885f97

Please sign in to comment.