mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-22 11:50:23 +01:00
21 lines
413 B
Plaintext
21 lines
413 B
Plaintext
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/age_calc_function.R
|
||
|
\name{age_calc}
|
||
|
\alias{age_calc}
|
||
|
\title{Calculating age from date of birth}
|
||
|
\usage{
|
||
|
age_calc(dob, enddate = Sys.Date(), units = "years", precise = TRUE)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{dob}{Date of birth.}
|
||
|
|
||
|
\item{enddate}{Date to calculate age at.}
|
||
|
}
|
||
|
\description{
|
||
|
For age calculations.
|
||
|
}
|
||
|
\examples{
|
||
|
age_calc()
|
||
|
}
|
||
|
\keyword{age}
|