Skip to content

Commit

Permalink
Missing #
Browse files Browse the repository at this point in the history
  • Loading branch information
elinw committed Feb 3, 2019
1 parent fe536ba commit 8904b4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/skim.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
#' dplyr::select(mean) %>%
#' dplyr::top_n(5)
#'
#' Use skim_tee to view the skim results and
#' continue using the original data.
#' # Use skim_tee to view the skim results and
#' # continue using the original data.
#' chickwts %>%
#' skim_tee() %>%
#' dplyr::filter(feed == "sunflower")
Expand Down
4 changes: 2 additions & 2 deletions man/skim.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8904b4a

Please sign in to comment.