dibbler
is a small package that tries to provide small functions that are often used, but almost always copy-pasted between projects. Need an example? ceiling
/floor
, but with rounded to specified decimal. With dibbler
you can just use dibbler::ceiling_digits(2.343, digits = 1)
(or floor_digits
).
You can install the latest version with remotes
:
remotes::install_github("jakubnowicki/dibbler@main")