Skip to content

Commit 635a5bc

Browse files
authored
Update 02-data-wrangling-in-r.md
1 parent 84f0524 commit 635a5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labs/making-maps-in-r/02-data-wrangling-in-r.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The [`tidyverse`](https://www.tidyverse.org/) is a large collection of packages
2020

2121
Like *R* itself the `tidyverse` is largely inspired by the work of another New Zealander, [Hadley Wickham](http://hadley.nz/)... Aotearoa represent!
2222

23-
We can't really get into the philosophy of it all here. Instead we focus on some key functionality provided by functions in the `dplyr` package. We will also look at processing pipelines using the `>%>` or 'pipe' operator.
23+
We can't really get into the philosophy of it all here. Instead we focus on some key functionality provided by functions in the `dplyr` package. We will also look at processing pipelines using the `%>%` or 'pipe' operator.
2424

2525
So... load these libraries
2626

0 commit comments

Comments
 (0)