Learn R Programming

midasml (version 0.1.10)

monthBegin: Beginning of the month date

Description

Change the date to the beginning of the month date.

Usage

monthBegin(x)

Arguments

x

date value.

Value

changed date value.

Examples

Run this code
# NOT RUN {
monthBegin(as.Date("2020-05-15"))
# }

Run the code above in your browser using DataLab