Learn R Programming

sits (version 1.12.0)

.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

row.tb

A sits tibble.

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.