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

Description Usage Arguments Value Examples

View source: R/exclude_out_of_range_v3.R

Description

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

Usage

1
2
3
exclude_out_of_range_v3(DATA, DATETIME_HEADER = "TIMESTAMP",
  DATETIME_FORMAT = "%Y-%m-%d %H:%M", RECORD_HEADER, RANGE_DIR,
  RANGE_FILE)

Arguments

DATA

data.frame of timeseries

DATETIME_HEADER

header of data corresponding to datetime

DATETIME_FORMAT

format of data corresponding to datetime

RANGE_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 RANGE_DIR

Value

A data.frame with all values in its physical range

Examples

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

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