Package: humanize 0.2.0
humanize: Create Values for Human Consumption
An almost direct port of the 'python' 'humanize' package <https://github.com/jmoiron/humanize>. This package contains utilities to convert values into human readable forms.
Authors:
humanize_0.2.0.tar.gz
humanize_0.2.0.zip(r-4.5)humanize_0.2.0.zip(r-4.4)humanize_0.2.0.zip(r-4.3)
humanize_0.2.0.tgz(r-4.4-any)humanize_0.2.0.tgz(r-4.3-any)
humanize_0.2.0.tar.gz(r-4.5-noble)humanize_0.2.0.tar.gz(r-4.4-noble)
humanize_0.2.0.tgz(r-4.4-emscripten)humanize_0.2.0.tgz(r-4.3-emscripten)
humanize.pdf |humanize.html✨
humanize/json (API)
NEWS
# Install 'humanize' in R: |
install.packages('humanize', repos = c('https://gerrymanoim.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/newtux/humanize/issues
datehumanhuman-readablenumbertime
Last updated 7 years agofrom:d1f5096992. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 15 2024 |
R-4.5-win | OK | Oct 15 2024 |
R-4.5-linux | OK | Oct 15 2024 |
R-4.4-win | OK | Oct 15 2024 |
R-4.4-mac | OK | Oct 15 2024 |
R-4.3-win | OK | Oct 15 2024 |
R-4.3-mac | OK | Oct 15 2024 |
Exports:count_as_apcount_as_ordinalcount_as_wordnatural_datenatural_daynatural_sizenatural_timenumber_as_commaseconds_to_natural_delta
Dependencies:assertthatcpp11genericsgluelubridatetimechange
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Convert to AP Number | count_as_ap |
Transform a count to an ordinal string | count_as_ordinal |
Convert Large Counts into Friendly Text | count_as_word |
Natural Date | natural_date |
Natural Day | natural_day |
Convert bytes to a more natural representation | natural_size |
Convert times to natural values relative to now. | natural_time |
Convert an number to a string with comma separation | number_as_comma |
Takes in a number of seconds and computes a "human" delta | seconds_to_natural_delta |