Description Usage Arguments Value Examples
View source: R/EUDRACT_functions.R
Given Date of Birth and Date of Registration, annotate the patient with their EudraCT factory.
1 | convert_dates_to_EudraCT_age_categories(dob, dor)
|
dob |
A list of Dates of birth (as lubridate objects) |
dor |
A list of Dates of registration (as lubridate objects) |
A list of EudraCT age catetgories
1 2 3 | convert_dates_to_EudraCT_age_categories(
lubridate::ymd( "1982-04-05" ),
lubridate::ymd( "2020-10-06" ) )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.