Description Usage Arguments Value Examples
View source: R/dateReformatter.R
This function helps to standartize and correct misspellings of date entries.
1 | dateReformatter(datV)
|
datV |
character vector of dates. |
Returns the vector of standardized and corrected dates.
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.