nathansam/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.

Getting started

Package details

Maintainer
LicenseGPL (>= 3)
Version1.7.0.9000
URL https://docs.ropensci.org/datefixR/ https://github.com/ropensci/datefixR
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("nathansam/datefixR")
nathansam/datefixR documentation built on Dec. 10, 2024, 12:11 a.m.