From 652df447dd85fe0d8a7738adae484adf7cb4257b Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 13 Feb 2024 14:42:45 +0100 Subject: [PATCH] update news --- NEWS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index ffb41206d..5072dfbc6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,7 +5,10 @@ CHANGES * `data_modify()` gets three new arguments, `.at`, `.if` and `.modify`, to modify variables at specific positions or based on logical conditions. -* `data_tabulate()` gets a `weights` argument, to compute weighted frequency tables. +* `data_tabulate()` was revised and gets several new arguments: a `weights` + argument, to compute weighted frequency tables. `include_na` allows to include + or omit missing values from the table. Furthermore, a `by` argument was added, + to compute crosstables. # datawizard 0.9.1