minutes_ago: The time x minutes before now

View source: R/instants.R

minutes_agoR Documentation

The time x minutes before now

Description

The time x minutes before now

Usage

minutes_ago(minutes = 0, tzone = "")

Arguments

minutes

integer number of minutes

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 time, x minutes ago

Examples

minutes_ago(1)
minutes_ago(60)

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