From cb308039b178dfed169f6bba1002510c42db5d82 Mon Sep 17 00:00:00 2001 From: carriewright11 Date: Fri, 6 Dec 2024 12:52:31 -0500 Subject: [PATCH] fixing one tiny thing in lab for subsetting --- .../Subsetting_Data_in_R/lab/Subsetting_Data_in_R_Lab_Key.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Subsetting_Data_in_R/lab/Subsetting_Data_in_R_Lab_Key.Rmd b/modules/Subsetting_Data_in_R/lab/Subsetting_Data_in_R_Lab_Key.Rmd index 1dc3a1fa..98c07051 100644 --- a/modules/Subsetting_Data_in_R/lab/Subsetting_Data_in_R_Lab_Key.Rmd +++ b/modules/Subsetting_Data_in_R/lab/Subsetting_Data_in_R_Lab_Key.Rmd @@ -79,7 +79,7 @@ dim(ces_upper) ### P.1 -How can you print the first 3 rows and the last 3 rows of `ces` (in two lines of code)? +How can you show the first 3 rows and the last 3 rows of `ces` (in two lines of code)? ```{r P.1response} head(ces, 3)