read_eventdata(d, col.format = "D.STC", one.a.day = TRUE, scrub.keds = TRUE, date.format = "%y%m%d", sep = "\t", head = FALSE)
scrub_keds
cleaning function and the
one_a_day
duplicate removal filter. This function assumes that d
is a vector of output
files. These are assumed to be sep
-separated text
files. The column ordering is given by the
col.format
parameter:
The code plucks out just these columns, formats them appropriately and ignores everything else in the file. Only D, S, T, C, and C are required.
The format of the date field is given by
format.date