lam_metadata {EHR} | R Documentation |
Example of Metadata for Lamotrigine Data
Description
An example of the metadata needed for the processLastDose
,
makeDose
, and collapseDose
functions.
Usage
data(lam_metadata, package = 'EHR')
Format
A data frame with 5 observations on the following variables.
- filename
A character vector, filename for the clinical note
- pid
A character vector, patient ID associated with the filename
- date
A character vector, date associated with the filename
- note
A character vector, note ID associated with the filename
Examples
data(lam_metadata)
[Package EHR version 0.4-11 Index]