pat_distinct: Retain only distinct data records in pat$data

Description Usage Arguments Value

View source: R/utils-paTimeseries.R

Description

Performs two passes to guarantee that the datetime axis contains no repeated values:

  1. remove any duplicate records

  2. guarantee that rows are in datetime order

  3. average together fields for any remaining records that share the same datetime

Usage

1

Arguments

pat

pat object

Value

A pat object with no duplicated data records.


AirSensor documentation built on March 13, 2021, 1:07 a.m.