fix_bad_dates: Fix bad dates

View source: R/fix_bad_dates.R

fix_bad_datesR Documentation

Fix bad dates

Description

This function corrects those dates at the beginning of a raw text file that are incorrect because the timer has not been reset

Usage

fix_bad_dates(raw_data = NULL)

Arguments

raw_data

data.frame of raw text records, as returned by read_txt_data().

Value

a data frame matching the original, with corrected dates and a new column, orig_date, showing the original date (character) from the file.

Author(s)

Kevin See and Mike Ackerman


mackerman44/telemetyr documentation built on Feb. 15, 2025, 1:08 a.m.