From 7aca6ef4570f1e871d8df3457d34c4040c7232b3 Mon Sep 17 00:00:00 2001 From: Peace Ossom Williamson Date: Tue, 25 Jul 2023 11:24:46 -0500 Subject: [PATCH] improved working on swd exercise --- episodes/02-starting-with-data.Rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/episodes/02-starting-with-data.Rmd b/episodes/02-starting-with-data.Rmd index 63c843b1e..712ccb260 100644 --- a/episodes/02-starting-with-data.Rmd +++ b/episodes/02-starting-with-data.Rmd @@ -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.