years_ago: The date x years ago

View source: R/instants.R

years_agoR Documentation

The date x years ago

Description

The date x years ago

Usage

years_ago(years = 0, tzone = "")

Arguments

years

an integer specifying the number of days to subtract from 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 years ago

Examples

years_ago(1)
years_ago(2000)

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