Description Usage Arguments Value Examples
View source: R/find_sensor_KO.R
This function reject all values greater than max and smaller than min in a data.frame
1 2 | find_sensor_KO(DATA, DATETIME_HEADER = "TIMESTAMP", SUPPORT_DIR,
RANGE_FILE)
|
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 |
A data.frame with all values in its physical range
1 | exclude_out_of_range(DATA = mydata, SUPPORT_DIR = support_dir, RANGE_FILE = "Range.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.