numberOfDays: Find the number of days in a given month

Description Usage Arguments Value Examples

View source: R/utility_functions.R

Description

Calculates number of days for a particular month in a given year.

Usage

1

Arguments

date

A Date value.

Value

An integer value specifying number of days.

Examples

1
numberOfDays(date = as.Date("2020-02-02"))

deepjyot1991/zimplify documentation built on Dec. 19, 2021, 10:09 p.m.