Skip to content

Commit

Permalink
omit pkg load message from tabyl vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
sfirke committed Feb 3, 2023
1 parent 4d21820 commit 05b2317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vignettes/tabyls.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ humans <- starwars %>%

Tabulating a single variable is the simplest kind of tabyl:

```{r one_way}
```{r one_way, message=FALSE}
library(janitor)
t1 <- humans %>%
Expand Down
2 changes: 1 addition & 1 deletion vignettes/tabyls.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tabyls: a tidy, fully-featured approach to counting things
================
2023-02-01
2023-02-03

## Motivation: why tabyl?

Expand Down

0 comments on commit 05b2317

Please sign in to comment.