knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of setupRxNorm is to instantiate the RxNorm Monthly Release on Postgres.
You can install setupRxNorm from GitHub with:
library(devtools) install_github("meerapatelmd/setupRxNorm")
After downloading and unpacking the Monthly Release from the NIH:
library(setupRxNorm) run_setup(conn = conn, # Postgres connection using the DatabaseConnector package rrf_path = "~/Desktop/RxNorm_full_03012021/rrf", # Path to the RRF folder in unpacked zip file log_release_date = "2021-03-01" # Date of release in zip file name (see arg above) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.