age_in_days: Compute Age in Days

Description Usage Arguments Details Value

View source: R/time_utils.R

Description

By default the age in days is computed. If age on different date should be computed use pdate_today with a different values. In case you want to get a real number as the age, then use pb_floor = FALSE.

Usage

1
age_in_days(pdate_birth, pdate_today = lubridate::today(), pb_floor = TRUE)

Arguments

pdate_birth

date of birth

pdate_today

todays date

pb_floor

should age in days be rounded down

Details

— title: "Computing Utilities With Date-Times" date: "2020-02-06" author: "Peter von Rohr" —

## Disclaimer This file was added because the function is considered useful and it was nowhere else to put it. Hence with this, we believe it could be carried along and used in other places.

The function is based on https://stackoverflow.com/questions/14454476/get-the-difference-between-dates-in-terms-of-weeks-months-quarters-and-years

Value

age in days


pvrqualitasag/qgert documentation built on June 29, 2021, 11:14 p.m.