(subgoal of #96; address weecology/MATSS-LDATS#13)
How about adding the following two functions:
- get_integer_times <- function(data) {...} # returns an integer vector of times
- make_integer_times <- function(data) {...} # returns a modified version of the dataset with integer times
This lets analyses use the integer times if need be, and also process all the datasets, so that they're saved for post-analysis-processing, too.