filter_dates_and_get_filenames: Filter a list of dates within a given interval: If the date...

Description Usage Arguments Value

View source: R/utils.R

Description

Filter a list of dates within a given interval: If the date is within the interval, return the date If not, return NULL. Do this filtering for all the dates and return a list with only the names of the dates within that interval. Note that the names are the names of the files which the date is coming from.

Usage

1

Arguments

dates

a list of dates to be filtered. Each date must be a Date object.

from

Initial date (included). A Date object.

to

Final date (included). A Date object.

Value

Returns a list with the files whose date is within the given interval


pegoraro/qchlorophyll documentation built on May 24, 2019, 11:46 p.m.