tac_lab | R Documentation |
An example dataset used in processLastDose
that contains lab time data. This dataset should
have one row per patient ID-date pair, and contain the time a lab was performed as a datetime variable.
data(tac_lab, package = 'EHR')
A data frame with 2 observations on the following variables.
A character vector, patient ID associated with the lab value
A character vector, date associated with the lab value
A POSIXct vector, datetime at which the lab was performed formatted as YYYY-MM-DD HH:MM:SS
data(tac_lab)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.