missing_record: This function detect missing record in a data.frame timeserie...

Description Usage Details

View source: R/missing_record.R

Description

@param DATA data.frame having a column defined as POSIXct (datetime) @param DATETIME_HEADER header corresponding to datetime @param RECORD_HEADER header corresponding to record @param DATETIME_SAMPLING time sampling (e.g. "15 min", "hour". See seq.POSIXt base on website) @param DATETIME_FORMAT datetime format (" @return a data.frame which contains a continuos timeseries

Usage

1
2
3
missing_record(DATA, DATETIME_HEADER = DATETIME_HEADER,
  RECORD_HEADER = RECORD_HEADER, DATETIME_SAMPLING = DATETIME_SAMPLING,
  DATETIME_FORMAT = DATETIME_FORMAT)

Details

@export

@examples missing_record(DATA = mydata ,DATETIME_HEADER = "TIMESTAMP", RECORD_HEADER = "Record", DATETIME_SAMPLING = "15 min") missing_record(DATA = your data.frame ,DATETIME_HEADER = "your datetime header", RECORD_HEADER = "your datetime record", DATETIME_SAMPLING = "your datetime sampling")


bridachristian/DataQualityCheckEuracAlpEnv documentation built on Oct. 27, 2019, 5:55 p.m.