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", "2.0.0")



Attach the package and use:
library("datefixR")
Maintained by
Nathan Constantine-Cooke
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2021-11-05
Latest Update: 2024-09-08
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 2.0.0, https://cran.r-project.org/web/packages/datefixR. Accessed 10 Mar. 2026.
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), 1.7.0 (2024-09-08 16:20)
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

Today's Hot Picks in Authors and Packages

envirem  
Generation of ENVIREM Variables
Generation of bioclimatic rasters that are complementary to the typical 19 bioclim variables. ...
Download / Learn more Package Citations See dependency  
plyr  
Tools for Splitting, Applying and Combining Data
A set of tools that solves a common set of problems: you need to break a big problem down into mana ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
gena  
Genetic Algorithm and Particle Swarm Optimization
Implements genetic algorithm and particle swarm algorithm for real-valued functions. Various modific ...
Download / Learn more Package Citations See dependency  

26,293

R Packages

225,784

Dependencies

70,376

Author Associations

26,294

Publication Badges

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