Skip to content

Commit

Permalink
Updated news.
Browse files Browse the repository at this point in the history
  • Loading branch information
NicChr committed Oct 16, 2024
1 parent 71f52eb commit 5d95b7e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# cheapr (Development version)

* `overview` cols are abbreviated to save visual space and histograms are
printed by default.

* New fast function `lump_levels` for keeping only the top n levels in terms
of frequency.

* `levels_drop` was not working correctly and has been fixed.

# cheapr 0.9.9

* New functions `cheapr_var` and `cheapr_rev`.
Expand Down
2 changes: 1 addition & 1 deletion R/factors.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
#' count = tabulate(f))
#' }
#'
#' get_top_n(x, 5)
#' get_top_n(x, 3)
#' @export
#' @rdname factors
factor_ <- function(
Expand Down
2 changes: 1 addition & 1 deletion man/factors.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d95b7e

Please sign in to comment.