Package: padr 0.7.0
padr: Quickly Get Datetime Data Ready for Analysis
Transforms datetime data into a format ready for analysis. It offers two core functionalities; aggregating data to a higher level interval (thicken) and imputing records where observations were absent (pad).
Authors:
padr_0.7.0.tar.gz
padr_0.7.0.zip(r-4.7)padr_0.7.0.zip(r-4.6)padr_0.7.0.zip(r-4.5)
padr_0.7.0.tgz(r-4.6-x86_64)padr_0.7.0.tgz(r-4.6-arm64)padr_0.7.0.tgz(r-4.5-x86_64)padr_0.7.0.tgz(r-4.5-arm64)
padr_0.7.0.tar.gz(r-4.7-arm64)padr_0.7.0.tar.gz(r-4.7-x86_64)padr_0.7.0.tar.gz(r-4.6-arm64)padr_0.7.0.tar.gz(r-4.6-x86_64)
padr_0.7.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
padr/json (API)
| # Install 'padr' in R: |
| install.packages('padr', repos = c('https://edwinth.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/edwinth/padr/issues
Pkgdown/docs site:https://edwinth.github.io
Last updated from:7ef2d41f36. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 229 | ||
| linux-devel-x86_64 | OK | 161 | ||
| source / vignettes | OK | 194 | ||
| linux-release-arm64 | OK | 194 | ||
| linux-release-x86_64 | OK | 162 | ||
| macos-release-arm64 | OK | 119 | ||
| macos-release-x86_64 | OK | 309 | ||
| macos-oldrel-arm64 | OK | 119 | ||
| macos-oldrel-x86_64 | OK | 237 | ||
| windows-devel | OK | 128 | ||
| windows-release | OK | 122 | ||
| windows-oldrel | OK | 169 | ||
| wasm-release | OK | 172 |
Exports:center_intervalclosest_weekdayfill_by_functionfill_by_prevalentfill_by_valueformat_intervalget_intervalpadpad_custpad_intspan_aroundspan_datespan_timesubset_spanthickenthicken_cust
Dependencies:clicpp11dplyrgenericsgluelifecyclelubridatemagrittrpillarpkgconfigR6Rcpprlangtibbletidyselecttimechangeutf8vctrswithr
Last update: 2026-06-24
Started: 2017-09-27
Last update: 2026-06-24
Started: 2016-10-22
Last update: 2026-06-23
Started: 2017-01-11
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Shift to the middle of each interval | center_interval |
| Retrieve the closest given weekday | closest_weekday |
| Coffee Data Set | coffee |
| Emergency Calls for Montgomery County, PA | emergency |
| Fill missing values by a function of the nonmissings | fill_by_function |
| Fill missing values by the most prevalent nonmissing value | fill_by_prevalent |
| Fill missing values by a single value | fill_by_value |
| Make a period character vector | format_interval |
| Get the interval of a datetime variable | get_interval |
| Pad the datetime column of a data frame | pad |
| Pad with a custom spanning | pad_cust |
| Pad the integer column of a data frame | pad_int |
| Span an equally spaced vector around a datetime variable | span_around |
| Wrapper around 'seq.Date'. | span_date |
| Wrapper around 'seq.POSIXct'. | span_time |
| Subset a spanned datetime vector | subset_span |
| Add a variable of a higher interval to a data frame | thicken |
| Thicken with a custom spanning | thicken_cust |
