Skip to content

Commit f4b9714

Browse files
committed
fix 06 slice
1 parent 36b8d3b commit f4b9714

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

inst/tutorials/06_wrangling2/06_wrangling2.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,9 @@ freq_dest %>%
677677

678678
###
679679

680-
In your **Console**, run `?slice`.
680+
In your **Console**, run `?slice`
681+
682+
(If that produces an error try `?dplyr::slice`)
681683

682684
```{r other-verbs-8}
683685
question("Which of the following are valid slice_*() functions? Select all that apply.",

0 commit comments

Comments
 (0)