Skip to content

Commit

Permalink
Merge pull request #24 from mikemahoney218/patch-1
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
paleolimbot authored Sep 9, 2022
2 parents 45033ff + 54638c1 commit feebf96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/geoarrow.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ places %>%

## Querying a data set

Just like a local data frame, you can use dplyr verbs like `fiilter()`, `mutate()` and `summarise()` to subset and manipulate the data before it is pulled into the R session. For example, to find all the places in Denmark with a population greater than 100,000 people, we can do this:
Just like a local data frame, you can use dplyr verbs like `filter()`, `mutate()` and `summarise()` to subset and manipulate the data before it is pulled into the R session. For example, to find all the places in Denmark with a population greater than 100,000 people, we can do this:

```{r}
places %>%
Expand Down

0 comments on commit feebf96

Please sign in to comment.