Skip to content

Commit

Permalink
Merge pull request #262 from fhdsl/post_daseh2_subset
Browse files Browse the repository at this point in the history
[Subsetting] tiny improvement
  • Loading branch information
carriewright11 authored Dec 6, 2024
2 parents 85bae82 + cb30803 commit 6df7e4c
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 6df7e4c

Please sign in to comment.