minutes_hence: The time x minutes before now

View source: R/instants.R

minutes_henceR Documentation

The time x minutes before now

Description

The time x minutes before now

Usage

minutes_hence(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 date time, x minutes from now

Examples

minutes_hence(60)
minutes_hence(2440)

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