| Title: | Cut integer-ish data nicely |
|---|---|
| Description: | Provides a nicer version of cut_number() |
| Authors: | Hiroaki Yutani [aut, cre] (ORCID: <https://orcid.org/0000-0002-3385-7233>) |
| Maintainer: | Hiroaki Yutani <[email protected]> |
| License: | MIT + file LICENSE |
| Version: | 0.0.0.9000 |
| Built: | 2026-05-22 07:59:18 UTC |
| Source: | https://github.com/yutannihilation/cutnumberint |
Cut integerish data nicely
cut_number_int(x, n, retry = 3L, show_highest_value = FALSE)cut_number_int(x, n, retry = 3L, show_highest_value = FALSE)
x |
a numeric vector which is to be converted to a factor by cutting. |
n |
number of bins to create. |
retry |
number of maximum attempts to calculate the non-duplicated breaks for the given. |
show_highest_value |
if |