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