Package: datefixR 2.0.0.9000

datefixR: Standardize Dates in Different Formats or with Missing Data
There are many different formats dates are commonly represented with: the order of day, month, or year can differ, different separators ("-", "/", or whitespace) can be used, months can be numerical, names, or abbreviations and year given as two digits or four. 'datefixR' takes dates in all these different formats and converts them to R's built-in date class. If 'datefixR' cannot standardize a date, such as because it is too malformed, then the user is told which date cannot be standardized and the corresponding ID for the row. 'datefixR' also allows the imputation of missing days and months with user-controlled behavior.
Authors:
datefixR_2.0.0.9000.tar.gz
datefixR_2.0.0.9000.zip(r-4.6)datefixR_2.0.0.9000.zip(r-4.5)datefixR_2.0.0.9000.zip(r-4.4)
datefixR_2.0.0.9000.tgz(r-4.5-x86_64)datefixR_2.0.0.9000.tgz(r-4.5-arm64)datefixR_2.0.0.9000.tgz(r-4.4-x86_64)datefixR_2.0.0.9000.tgz(r-4.4-arm64)
datefixR_2.0.0.9000.tar.gz(r-4.6-arm64)datefixR_2.0.0.9000.tar.gz(r-4.6-x86_64)datefixR_2.0.0.9000.tar.gz(r-4.5-arm64)datefixR_2.0.0.9000.tar.gz(r-4.5-x86_64)
datefixR_1.7.0.9000.tgz(r-4.5-emscripten)
datefixR.pdf |datefixR.html✨
datefixR/json (API)
NEWS
# Install 'datefixR' in R: |
install.packages('datefixR', repos = c('https://packages.ropensci.org', 'https://cloud.r-project.org')) |
Reviews:rOpenSci Software Review #533
Bug tracker:https://github.com/ropensci/datefixr/issues
Pkgdown site:https://docs.ropensci.org
- exampledates - Example dataset of dates in different formats
Last updated from:c50f515351 (on main). Checks:13 OK, 1 FAIL. Indexed: yes.
Target | Result | Total time | Artifact |
---|---|---|---|
linux-devel-arm64 | OK | 155 | |
linux-devel-x86_64 | OK | 160 | |
pkgdown docs | OK | 395 | |
source / vignettes | OK | 230 | |
linux-release-arm64 | OK | 165 | |
linux-release-x86_64 | OK | 184 | |
macos-release-arm64 | OK | 116 | |
macos-release-x86_64 | OK | 228 | |
macos-oldrel-arm64 | OK | 138 | |
macos-oldrel-x86_64 | OK | 311 | |
windows-devel | OK | 212 | |
windows-release | OK | 162 | |
windows-oldrel | OK | 165 | |
wasm-release | FAIL | 133 |
datefixR: Comprehensive Date Standardization Guide
Rendered fromdatefixR.Rmd
usingknitr::rmarkdown
on Aug 28 2025.Last update: 2025-07-29
Started: 2021-11-13
Localization with datefixR
Rendered frominternationalization.Rmd
usingknitr::rmarkdown
on Aug 28 2025.Last update: 2025-08-09
Started: 2025-07-29
Using the datefixR Shiny App
Rendered fromshiny_app.Rmd
usingknitr::rmarkdown
on Aug 28 2025.Last update: 2025-07-29
Started: 2025-07-29
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Example dataset of dates in different formats | exampledates |
Shiny application standardizing date data in csv or excel files | fix_date_app |
Convert non-standardized dates to R's 'Date' class | fix_date_char |
Clean up messy date columns | fix_date_df |