This function return data.frame with information from cleaning the loggers time series see mc_prep_clean()

mc_info_clean(data)

Arguments

data

myClim object in Raw-format. see myClim-package

Value

data.frame with columns:

  • locality_id - when provided by user then locality ID, when not provided identical with serial number

  • serial_number - serial number of logger when provided or automatically detected from file name or header

  • start_date - date of the first record on the logger

  • end_date - date of the last record on the logger

  • step_seconds - detected time step in seconds of the logger measurements.

  • count_duplicities - number of duplicated records (identical time)

  • count_missing - number of missing records (logger outage in time when it should record)

  • count_disordered - number of records incorrectly ordered in time (newer followed by older)

  • rounded - T/F indication whether myClim automatically rounded time series minutes to the closes half (HH:00, HH:30) e.g. 13:07 -> 13:00

See also