View source: R/epi__estimateCollectionDates.R
estimateCollectionDates | R Documentation |
This function estimates the range of collection dates "YYYY-MM" for each bacterial isolate based on a five-column data frame.
estimateCollectionDates(dates)
dates |
A data frame of five columns: Isolate, Collection_date (YYYY-MM-DD, YYYY, YYYY-MM), Collection_date_precision (Y, YM, YMD), Receipt_date (YYYY-MM-DD), Date_of_birth (YYYY-MM-DD; set to NA if this information is not applicable or available). Unknown dates must be NA. |
A data frame of the minimum and maximum collection dates of each isolate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.