Skip to content

Commit

Permalink
Merge pull request #474 from pow123/patch-2
Browse files Browse the repository at this point in the history
improved working on swd exercise
  • Loading branch information
juanfung committed Jul 25, 2023
2 parents e0f54e6 + 7aca6ef commit b20861c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions episodes/02-starting-with-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ names of the columns.
1. Create a tibble (`interviews_100`) containing only the data in
row 100 of the `interviews` dataset.

Now, continue using `interviews` for each of the following activities:

2. Notice how `nrow()` gave you the number of rows in the tibble?

- Use that number to pull out just that last row in the tibble.
Expand Down

0 comments on commit b20861c

Please sign in to comment.