View source: R/fix_bad_dates.R
fix_bad_dates | R Documentation |
This function corrects those dates at the beginning of a raw text file that are incorrect because the timer has not been reset
fix_bad_dates(raw_data = NULL)
raw_data |
data.frame of raw text records, as returned by |
a data frame matching the original, with corrected dates and a new column, orig_date
, showing the original date (character) from the file.
Kevin See and Mike Ackerman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.