Skip to content

Commit

Permalink
Add "of" between numbers and rows
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-stafford committed Apr 19, 2024
1 parent eedfa73 commit c84032b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numbers.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ There are a couple of variants of `n()` and `count()` that you might find useful

### Exercises

1. How can you use `count()` to count the number rows with a missing value for a given variable?
1. How can you use `count()` to count the number of rows with a missing value for a given variable?
2. Expand the following calls to `count()` to instead use `group_by()`, `summarize()`, and `arrange()`:
1. `flights |> count(dest, sort = TRUE)`

Expand Down

0 comments on commit c84032b

Please sign in to comment.