Skip to content

Commit

Permalink
fixing one tiny thing in lab for subsetting
Browse files Browse the repository at this point in the history
  • Loading branch information
carriewright11 committed Dec 6, 2024
1 parent 46d9a73 commit cb30803
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cb30803

Please sign in to comment.