This dataset, products_drug_tbl_df, is a tibble containing detailed information on 3,764 commercially available pharmaceutical products in Canada and the United States. Each record includes identifiers such as NDC and DPD codes, marketing start and end dates, strength, dosage form, administration route, approval status, and source agency.
Usage
data(products_drug_tbl_df)
Format
A tibble with 3,764 observations and 19 variables:
- name
Character variable with the commercial name of the drug product
- labeller
Character variable indicating the name of the pharmaceutical company
- ndc-id
Character variable with the U.S. National Drug Code (NDC) identifier
- ndc-product-code
Character variable for the product-level NDC code
- dpd-id
Character variable for the Canadian Drug Product Database (DPD) ID
- ema-product-code
Character variable for the European Medicines Agency product code
- ema-ma-number
Character variable with the EMA marketing authorization number
- started-marketing-on
Character variable indicating marketing start date
- ended-marketing-on
Character variable indicating marketing end date
- dosage-form
Character variable representing the drug's dosage form
- strength
Character variable with the dosage strength
- route
Character variable describing the route of administration
- fda-application-number
Character variable for the FDA application number
- generic
Character variable indicating if the product is a generic formulation
- over-the-counter
Character variable indicating OTC availability
- approved
Character variable specifying whether the product is approved
- country
Character variable indicating the country of approval (Canada/US)
- source
Character variable with the originating regulatory body
- parent_key
Character variable linking to related records
Details
The dataset name has been kept as 'products_drug_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the MedxR package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble data frame. The original content has not been modified in any way.