| Brand | R Documentation | 
Brand retrieves the Brand name for an Oral Opioid from the HealthCanada_Opioid_Table.
Brand(Drug_ID, Opioid_Table)
| Drug_ID | A numeric value for the DIN or NDC. Exclude all zeros in front. | 
| Opioid_Table | Opioid dataset which can be loaded by using
the  | 
Brand name
FDA_Opioid_Table <- load_Opioid_Table(no_download = TRUE, country="US")
HealthCanada_Opioid_Table <- load_Opioid_Table(no_download = TRUE, country="Canada")
Brand(786535, HealthCanada_Opioid_Table)
Brand("0093-0058", FDA_Opioid_Table)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.