Skip to content

Commit

Permalink
Merge branch 'master' into jashapiro/set-up-advanced-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jashapiro authored Oct 21, 2022
2 parents 141bc6e + 082bf48 commit faed962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intro-to-R-tidyverse/01-intro_to_base_R.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit faed962

Please sign in to comment.