View source: R/01-calculate_gestage.R
calculate_gestage_crl | R Documentation |
Calculate gestational age given crown-rump length (mm) based on ultrasound
calculate_gestage_crl(date = Sys.Date(), crl = NULL)
date |
Date when measurement/s was/were taken. Date should be provided
in |
crl |
Crown-rump length measurement in millimetres. |
A list of 3 elements containing 1) gestational age in weeks (numeric); 2) gestational age in weeks and days (character); and, 3) expected date of delivery (date).
calculate_gestage(date = "2016-23-12", crl = 17)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.