.sits_extract: Extract a subset of the data based on dates
Description
Returns a vector containing the dates of a sits tibble.
Usage
.sits_extract(row.tb, start_date, end_date)
Arguments
start_date
Starting date of the time series segment.
end_date
End date of the time series segment.
Value
A tibble in sits format with the chosen subset.