date2day_fun: Date2Day function

Description Usage Arguments Examples

View source: R/date2day.R

Description

This function allows you to calculate the day based on date. The formula used in the function is kim Larsson calculation formula.

Usage

1
date2day_fun(year, month, day)

Arguments

year

Enter the year in an int format, eg. 1989

month

Enter the month in an int format, eg. 8

day

Enter the day in an int format, eg. 25

Examples

1
date2day_fun(2018, 5, 28)

Yiguan/Date2Day documentation built on May 23, 2019, 1:08 p.m.