find_nmonths: Identify Number of Months in Timeseries

Description Usage Arguments Value

View source: R/timeseries_functions.R

Description

Calculates the number of months in a timeseries given a start and end date.

Usage

1
find_nmonths(start_date, end_date)

Arguments

start_date

date of first month in time series (assumes day = first day of that month)

end_date

date of last month in time series (assumes day = last day of that month)

Value

nmonths - number of months in this time series


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