DAY {ExcelFunctionsR}R Documentation

Basic DAY function from excel

Description

It acts similiarly to Excel's DAY function. It gives you the day from specified date.

Usage

DAY(date)

Arguments

date

Give the date argument so it can extract day from the date.

Value

in this example we have 13th of January. Function will return 13 as it is the day from the date. Function will always return numeric class.

Examples

DAY(DATE(2020,1,13))

[Package ExcelFunctionsR version 0.1.4 Index]