drop.datetime: Find and drop the datetime column from the datatable
Description
Liberally looks for a datetime column and drops it,
returning a data.frame with only water temperature. Errors if datetime column is
ambiguous. Warns if there is no match.
Usage
drop.datetime(data, error = FALSE)
Value
A data.frame with only the data, after datetime has been dropped