Learn R Programming

smoothy (version 1.0.0)

drugstreatment: Drug Administration Data

Description

This dataset contains information about drug administration. Each row represents a unique drug administration event.

Usage

drugstreatment

Arguments

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

Run this code
data("drugstreatment")
head(drugstreatment)

Run the code above in your browser using DataLab