Skip to content

Commit

Permalink
Remove last subsetting challenge to which no solution can be found
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinleinweber committed May 13, 2019
1 parent 3274dbe commit d06abc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _episodes_rmd/01-starting-with-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ We'll learn why this is so in the next lesson.
> Given those answers,
> explain what `animal[-1:-4]` does.
>
> 1. Use a slice of `animal` to create a new character vector that spells the word "eon", i.e. `c("e", "o", "n")`.
> > ## Solutions
> >
> > 1. `animal[4:1]`
Expand Down

0 comments on commit d06abc8

Please sign in to comment.