days_vector: List days of the year within a month

View source: R/date_funcs.R

days_vectorR Documentation

List days of the year within a month

Description

Get a list of days of the year within a specific month or week (following the 8day-per-week system)

Usage

days_vector(year, month = NULL, week = NULL)

Arguments

year

Numeric 4-digit value

month

Numeric value (1-12)

week

Numeric value (1-46)

Value

Vector of numeric values (days of the year)


BIO-RSG/oceancolouR documentation built on April 25, 2024, 12:28 p.m.