find_sensor_KO: This function reject all values greater than max and smaller...

Description Usage Arguments Value Examples

View source: R/find_sensor_KO.R

Description

This function reject all values greater than max and smaller than min in a data.frame

Usage

1
2
find_sensor_KO(DATA, DATETIME_HEADER = "TIMESTAMP", SUPPORT_DIR,
  RANGE_FILE)

Arguments

DATA

data.frame of timeseries

DATETIME_HEADER

header of data corresponding to datetime

SUPPORT_DIR

directory where support files are stored

RANGE_FILE

name of filr where min/max thresholds are defined for each variable. Thi file is in SUPPORT_DIR

Value

A data.frame with all values in its physical range

Examples

1
exclude_out_of_range(DATA = mydata, SUPPORT_DIR = support_dir, RANGE_FILE = "Range.csv")

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