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 07 May. 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
04/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/0405/05Downloads for datefixR0510152025303540TrendBars

Today's Hot Picks in Authors and Packages

humanize  
Create Values for Human Consumption
An almost direct port of the 'python' 'humanize' package . Thi ...
Download / Learn more Package Citations See dependency  
MLDS  
Maximum Likelihood Difference Scaling
Difference scaling is a method for scaling perceived supra-threshold differences. The package cont ...
Download / Learn more Package Citations See dependency  
aroma.affymetrix  
Analysis of Large Affymetrix Microarray Data Sets
A cross-platform R framework that facilitates processing of any number of Affymetrix microarray samp ...
Download / Learn more Package Citations See dependency  
funLBM  
Model-Based Co-Clustering of Functional Data
The funLBM algorithm allows to simultaneously cluster the rows and the columns of a data matrix wher ...
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  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

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