find_end_date: Identify End Date of Timeseries

Description Usage Arguments Value

View source: R/timeseries_functions.R

Description

Identifies the ending date of a monthly timeseries (forced to the last day of the month)

Usage

1
find_end_date(date_vector, all_days = FALSE)

Arguments

date_vector

vector with dates in timeseries

all_days

logical defaults to FALSE to indicate that timeseries does not need to include values for every day within the month, set to TRUE to force this behavior.

Value

end_date last useable date in the timeseries (rounded to the last day of the month)


cvoter/isoH2Obudget documentation built on March 29, 2020, 11:07 a.m.