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]
All associated links for this package
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 18 Feb. 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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

ppmf  
Read Census Privacy Protected Microdata Files
Implements data processing described in to align modern differentially ...
Download / Learn more Package Citations See dependency  
fclust  
Fuzzy Clustering
Algorithms for fuzzy clustering, cluster validity indices and plots for cluster validity and visuali ...
Download / Learn more Package Citations See dependency  
readxlsb  
Read 'Excel' Binary (.xlsb) Workbooks
Import data from 'Excel' binary (.xlsb) workbooks into R. ...
Download / Learn more Package Citations See dependency  
OptGS  
Near-Optimal Group-Sequential Designs for Continuous Outcomes
Optimal group-sequential designs minimise some function of the expected and maximum sample size whil ...
Download / Learn more Package Citations See dependency  
clustMixType  
k-Prototypes Clustering for Mixed Variable-Type Data
Functions to perform k-prototypes partitioning clustering for mixed variable-type data according to ...
Download / Learn more Package Citations See dependency  
MOSS  
Multi-Omic Integration via Sparse Singular Value Decomposition
High dimensionality, noise and heterogeneity among samples and features challenge the omic integrat ...
Download / Learn more Package Citations See dependency  

23,712

R Packages

205,795

Dependencies

64,332

Author Associations

23,631

Publication Badges

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