MEQ PO Table

library(knitr)
library(medr)
library(dplyr)

meq_po <- arrange(meq_po, key) %>% select(-key)

kable(meq_po)

Sources

Comparing opioids: A guide to estimating oral morphine equivalents (OME) in research: Table 1
Hydrocodone PO Nalbuphine IV
Tramadol IV
Meperidine IV
Oxymorphone PO

How to update meq_po in package

  1. Update the data in inst/extdata/meq_po.csv
  2. Reload meq_po
    meq_po <- read.csv("meq_po.csv", stringsAsFactors=FALSE)

  3. Update the .Rda file so that it's loaded automatically with the package use_data(meq_po, overwrite = TRUE)



rparrish/medr documentation built on May 28, 2019, 12:35 a.m.