Skip to content

Commit

Permalink
Merge pull request #855 from swcarpentry/run-on-sentence
Browse files Browse the repository at this point in the history
run-on sentence
  • Loading branch information
matthieu-bruneaux authored Sep 9, 2023
2 parents bd31ec1 + 2e73b88 commit 71c3dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/13-dplyr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ source: Rmd
gapminder <- read.csv("data/gapminder_data.csv", header = TRUE)
```

Manipulation of data frames means many things to many researchers, we often
Manipulation of data frames means many things to many researchers: we often
select certain observations (rows) or variables (columns), we often group the
data by a certain variable(s), or we even calculate summary statistics. We can
do these operations using the normal base R operations:
Expand Down

0 comments on commit 71c3dd4

Please sign in to comment.