Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelquinn32 authored Nov 12, 2019
1 parent 4314211 commit 4784c57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ displayed digits by adding the `skimr_digits` option to your code chunk.
completely made up of white space.
* We now export `skim_without_charts()` as a fallback for when unicode support
is not possible.
* While `print()` for `skimr` objects mostly wraps the tibble print methods,
we have added an option for removing tibble metadata. It's on by default.
Set `options(skimr_strip_metadata = FALSE)` to include the tibble metdata
when printing.

### BUG FIXES

Expand Down

0 comments on commit 4784c57

Please sign in to comment.