dateReformatter: dateReformatter function

Description Usage Arguments Value Examples

View source: R/dateReformatter.R

Description

This function helps to standartize and correct misspellings of date entries.

Usage

1

Arguments

datV

character vector of dates.

Value

Returns the vector of standardized and corrected dates.

Examples

1
2
3
4
5
6
7
library(HooverArchives)

datesV<- c("1914:Aug 2 - 20; 1918:NOv 18",
           "1941:August-September 5, 1943 :Aug-1944:July")

reformated.data <- dateReformatter(datesV)
reformated.data

kkalininMI/HooverArchives documentation built on Oct. 28, 2020, 10:16 a.m.