convert_dates_to_EudraCT_age_categories: Given Date of Birth and Date of Registration, annotate the...

Description Usage Arguments Value Examples

View source: R/EUDRACT_functions.R

Description

Given Date of Birth and Date of Registration, annotate the patient with their EudraCT factory.

Usage

1

Arguments

dob

A list of Dates of birth (as lubridate objects)

dor

A list of Dates of registration (as lubridate objects)

Value

A list of EudraCT age catetgories

Examples

1
2
3
convert_dates_to_EudraCT_age_categories(
     lubridate::ymd( "1982-04-05" ),
     lubridate::ymd( "2020-10-06" ) )

LisaHopcroft/CTutils documentation built on Oct. 7, 2021, 11:08 p.m.