to_extract: Extract data from given intervals

Description Usage Arguments Value

View source: R/preprocessing.R

Description

to_extract This function extract data from given intervals

Usage

1
to_extract(Data, intervals_to_extract = NULL, start = NULL, end = NULL)

Arguments

Data

A dataframe containing all observations

intervals_to_extract

A path to the file with intervals to extract

start

The start date of the interval to exclude

end

The end date of the interval to exclude

Value

a to_extract object, which is a list with the following components:

Data

a dataframe containing the remaining observations

Data_new

a dataframe containing the extracted observations


LBNL-ETA/RMV2.0 documentation built on Nov. 9, 2020, 5:44 a.m.