From 6fd5cf741b6013f6fa29ef2dacbde12ee4cc7cd7 Mon Sep 17 00:00:00 2001 From: Sam Firke Date: Wed, 29 Mar 2017 22:11:35 -0400 Subject: [PATCH] note in NEWS that adorn_crosstab works on a 2-column df describes #89 --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 040aedb7..af8a5c8b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -20,6 +20,7 @@ NEWS ## Bug fixes * Long variable names with spaces no longer break `tabyl()` and `crosstab()` [(#87)](https://github.com/sfirke/janitor/issues/87) * `clean_names()` now handles leading spaces [(#85)](https://github.com/sfirke/janitor/issues/85) +* `adorn_crosstab()` and `ns_to_percents()` work on a 2-column data.frame [(#89)](https://github.com/sfirke/janitor/issues/89) * `adorn_totals()` now works on a grouped tibble [(#97)](https://github.com/sfirke/janitor/issues/97) # janitor 0.2.1 (Release date: 2016-10-30)