From 29e6ce9077b941240e0d91e26d1ba9a64ef13743 Mon Sep 17 00:00:00 2001 From: avimallu <66530011+avimallu@users.noreply.github.com> Date: Fri, 29 Jan 2021 16:13:58 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03268d4..8045a40 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ of contributors, excluding the top 90%ile of contributors, and so on. decile_dt(x, ile = 10, decreasing = TRUE) ``` -The decile function defaults to 10 groups, but can be changed to be any `n` groups i.e. quartlie or quintile. +The decile function defaults to 10 groups, but can be changed to be any `n` groups i.e. quartlie or quintile through the `ile` argument. ## glean A quick hack-y replacement for `dplyr::glimpse` for `data.table`, but enhanced to differentiate data types by color and read numeric and integer values in human friendly styles (i.e. 4,721,123 as 4.72M). The colours are meant for differentiation, but not identifcation i.e. serves as an analytical aid while reading very long tables. Currently uses a bit too many libraries (4 of them), which I'm not comfortable with - the aim is to reduce them all to 2 (i.e. `data.table` and `crayon`, both of which have no dependencies themselves). Stay tuned.