Skip to content

Commit

Permalink
Fix vignette that now errors because of the fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
elinw committed Mar 19, 2019
1 parent c4a5ba5 commit c28eb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/Using_skimr.Rmd
Expand Up @@ -167,7 +167,7 @@ original data.

```{r}
iris_setosa <- iris %>%
skim_tee(iris) %>%
skim_tee() %>%
dplyr::filter(Species == "setosa")
```
Expand Down

0 comments on commit c28eb0c

Please sign in to comment.