months_hence: The date x months hence

View source: R/instants.R

months_henceR Documentation

The date x months hence

Description

The date x months hence

Usage

months_hence(months = 0, tzone = "")

Arguments

months

an integer specifying the number of weeks to add to the current

tzone

a character vector specifying which time zone you would like to find the previous date of. tzone defaults to the system time zone set on your computer.

Value

the date, x months from now

Examples

months_hence(1)
months_hence(12)

ellisvalentiner/lubridateExtras documentation built on March 31, 2022, 8:52 a.m.