From 4784c57a07130e6ec7d48f574b79bc6c19e4fb7f Mon Sep 17 00:00:00 2001 From: Michael Quinn Date: Tue, 12 Nov 2019 12:24:26 -0800 Subject: [PATCH] Update NEWS.md --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 81c8ddb4..b0a16d7e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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