Package: padr 0.6.2
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.6.2.tar.gz
padr_0.6.2.zip(r-4.5)padr_0.6.2.zip(r-4.4)padr_0.6.2.zip(r-4.3)
padr_0.6.2.tgz(r-4.4-x86_64)padr_0.6.2.tgz(r-4.4-arm64)padr_0.6.2.tgz(r-4.3-x86_64)padr_0.6.2.tgz(r-4.3-arm64)
padr_0.6.2.tar.gz(r-4.5-noble)padr_0.6.2.tar.gz(r-4.4-noble)
padr_0.6.2.tgz(r-4.4-emscripten)padr_0.6.2.tgz(r-4.3-emscripten)
padr.pdf |padr.html✨
padr/json (API)
NEWS
# 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
Last updated 12 months agofrom:c3ecead3d6. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-win-x86_64 | OK | Oct 27 2024 |
R-4.5-linux-x86_64 | OK | Oct 27 2024 |
R-4.4-win-x86_64 | OK | Oct 27 2024 |
R-4.4-mac-x86_64 | OK | Oct 27 2024 |
R-4.4-mac-aarch64 | OK | Oct 27 2024 |
R-4.3-win-x86_64 | OK | Oct 27 2024 |
R-4.3-mac-x86_64 | OK | Oct 27 2024 |
R-4.3-mac-aarch64 | OK | Oct 27 2024 |
Exports:center_intervalclosest_weekdayfill_by_functionfill_by_prevalentfill_by_valueformat_intervalget_intervalpadpad_custpad_intspan_aroundspan_datespan_timesubset_spanthickenthicken_cust
Dependencies:clicpp11dplyrfansigenericsgluelifecyclelubridatemagrittrpillarpkgconfigR6Rcpprlangtibbletidyselecttimechangeutf8vctrswithr
Custom thickening and padding
Rendered frompadr_custom.Rmd
usingknitr::rmarkdown
on Oct 27 2024.Last update: 2020-08-04
Started: 2017-09-27
Implementation Information of padr
Rendered frompadr_implementation.Rmd
usingknitr::rmarkdown
on Oct 27 2024.Last update: 2020-08-04
Started: 2017-01-11
Introduction to padr
Rendered frompadr.Rmd
usingknitr::rmarkdown
on Oct 27 2024.Last update: 2020-08-04
Started: 2016-10-22
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 |