From b2b6005e20eb197ba0f759de5b413e13642df63d Mon Sep 17 00:00:00 2001 From: "Stephanie J. Spielman" Date: Thu, 20 Oct 2022 11:32:58 -0400 Subject: [PATCH] species --- intro-to-R-tidyverse/01-intro_to_base_R.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro-to-R-tidyverse/01-intro_to_base_R.Rmd b/intro-to-R-tidyverse/01-intro_to_base_R.Rmd index 1b3ebfdc..21823030 100644 --- a/intro-to-R-tidyverse/01-intro_to_base_R.Rmd +++ b/intro-to-R-tidyverse/01-intro_to_base_R.Rmd @@ -460,7 +460,7 @@ We can also calculate the full summary statistics for a single column directly. summary(penguins$bill_length_mm) ``` -Extract `Species` as a vector and subset it to see a preview. +Extract `species` as a vector and subset it to see a preview. ```{r penguins-col-subset, live = TRUE} # get the first 10 values of the species column