Other packages > Find by keyword >

datefixR  

Standardize Dates in Different Formats or with Missing Data
View on CRAN: Click here


Download and install datefixR package within the R console
Install from CRAN:
install.packages("datefixR")

Install from Github:
library("remotes")
install_github("cran/datefixR")

Install by package version:
library("remotes")
install_version("datefixR", "1.7.0")



Attach the package and use:
library("datefixR")
Maintained by
Nathan Constantine-Cooke
[Scholar Profile | Author Map]
First Published: 2021-11-05
Latest Update: 2023-09-03
Description:
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.
How to cite:
Nathan Constantine-Cooke (2021). datefixR: Standardize Dates in Different Formats or with Missing Data. R package version 1.7.0, https://cran.r-project.org/web/packages/datefixR. Accessed 29 Mar. 2025.
Previous versions and publish date:
0.1.1 (2021-11-05 09:30), 0.1.2 (2021-11-30 23:30), 0.1.3 (2022-01-03 13:00), 0.1.4 (2022-02-20 18:10), 0.1.6 (2022-05-04 01:00), 1.0.0 (2022-07-18 14:10), 1.1.0 (2022-08-12 14:40), 1.2.0 (2022-09-22 14:40), 1.3.0 (2022-10-17 23:32), 1.3.1 (2022-10-24 17:25), 1.4.0 (2023-01-17 17:30), 1.4.1 (2023-02-10 16:00), 1.5.0 (2023-07-03 12:20), 1.6.0 (2023-09-03 13:50), 1.6.1 (2023-12-11 14:10)
Other packages that cited datefixR R package
View datefixR citation profile
Other R packages that datefixR depends, imports, suggests or enhances
Complete documentation for datefixR
Functions, R codes and Examples using the datefixR R package
Some associated functions: datefixR . exampledates . fix_date . fix_date_app . fix_date_char . fix_date_df . fix_dates . 
Some associated R codes: RcppExports.R . data.R . datefixR-package.R . fix_date.R . fix_date_char.R . fix_date_df.R . fix_dates.R . internal.R . months.R . shinyapp.R . zzz.R .  Full datefixR package functions and examples
Downloads during the last 30 days
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/27Downloads for datefixR0510152025303540TrendBars

Today's Hot Picks in Authors and Packages

landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA