sample_Rx_unprocessed {polypharmacy} | R Documentation |
Table: Prescription drugs deliveries
Description
A sample table of prescription drugs deliveries provided to users of this package for training purposes. It contains the raw information that leads to sample_Rx_processed
when processes by the data_process
function.
Usage
sample_Rx_unprocessed
Format
A data.table
with 17060 obs and 4 variables:
- id
Individual unique identifier.
- code
Medication unique identifier.
- start
Date of the medication delivery.
- duration
Treatment duration of the delivery.
[Package polypharmacy version 1.0.0 Index]