seconds_to_natural_delta: Takes in a number of seconds and computes a "human" delta

Description Usage Arguments See Also

View source: R/time.R

Description

Takes in a number of seconds and computes a "human" delta

Usage

1
seconds_to_natural_delta(seconds, use_months = TRUE)

Arguments

seconds

A positive number of seconds

use_months

Boolean whether we should (imprecisely) use months as a unit

See Also

natural_time


humanize documentation built on May 2, 2019, 6:39 a.m.