Two successive steps are used to guarantee that the
datetime axis contains no repeated values:
remove any duplicate records
guarantee that rows are in datetime order
monitor_distinct(monitor)A mts_monitor object with no duplicated data records. (A list with
meta and data dataframes.)
This function is primarily for package-internal use.