
Find Monthly Indices in a Date Vector
find_monthly_indices.Rd
Returns the indices of dates that fall within specified months. Useful for subsetting time series data by month.
Usage
find_monthly_indices(date, months, ind = seq_along(date))
find_monthly_indices.Rd
Returns the indices of dates that fall within specified months. Useful for subsetting time series data by month.
find_monthly_indices(date, months, ind = seq_along(date))