drugstreatment {smoothy} | R Documentation |
Drug Administration Data
Description
This dataset contains information about drug administration. Each row represents a unique drug administration event.
Usage
drugstreatment
Format
A data frame with the following columns:
- id
Unique identifier for each drug administration event.
- start_date
The start date of drug administration.
- end_date
The end date of drug administration.
- drug
The name of the drug administered.
Examples
data("drugstreatment")
head(drugstreatment)
[Package smoothy version 1.0.0 Index]