end.of.month.from.datestring: end.of.month.from.datestring(mydate)

Description Usage Arguments Examples

Description

This function generates the last day of a month from a character string in format yyyy-mm-dd and returns a character string with the end of that month

Usage

1
2
## S3 method for class 'of.month.from.datestring'
end(mydate)

Arguments

mydate

A date as character string in yyyy-mm-dd format

Examples

1
end.of.month.from.date("2015-05-01")

smach/rdateutils documentation built on May 30, 2019, 3:06 a.m.