Package: datefixR 1.7.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_1.7.0.9000.tar.gz
datefixR_1.7.0.9000.zip(r-4.5)datefixR_1.7.0.9000.zip(r-4.4)datefixR_1.7.0.9000.zip(r-4.3)
datefixR_1.7.0.9000.tgz(r-4.4-x86_64)datefixR_1.7.0.9000.tgz(r-4.4-arm64)datefixR_1.7.0.9000.tgz(r-4.3-x86_64)datefixR_1.7.0.9000.tgz(r-4.3-arm64)
datefixR_1.7.0.9000.tar.gz(r-4.5-noble)datefixR_1.7.0.9000.tar.gz(r-4.4-noble)
datefixR_1.7.0.9000.tgz(r-4.4-emscripten)datefixR_1.7.0.9000.tgz(r-4.3-emscripten)
datefixR.pdf |datefixR.html✨
datefixR/json (API)
NEWS
# Install 'datefixR' in R: |
install.packages('datefixR', repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ropensci/datefixr/issues
- exampledates - Example dataset of dates in different formats
Last updated 25 days agofrom:34914589ad (on main). Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 19 2024 |
R-4.5-win-x86_64 | OK | Oct 19 2024 |
R-4.5-linux-x86_64 | OK | Oct 19 2024 |
R-4.4-win-x86_64 | OK | Oct 19 2024 |
R-4.4-mac-x86_64 | OK | Oct 19 2024 |
R-4.4-mac-aarch64 | OK | Oct 19 2024 |
R-4.3-win-x86_64 | OK | Oct 19 2024 |
R-4.3-mac-x86_64 | OK | Oct 19 2024 |
R-4.3-mac-aarch64 | OK | Oct 19 2024 |
Exports:fix_datefix_date_appfix_date_charfix_date_dffix_dates
Dependencies:cligluelifecyclemagrittrRcpprlangstringistringrvctrs
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 |