knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of fdadata is to access public information from the FDA website.
Install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("bjoleary/fdadata")
Access FDA premarket data:
library(fdadata) library(dplyr) fdadata::premarket %>% dplyr::sample_n(5) %>% print()
Additional datasets include fdadata::pmn
(510(k)s and De Novos),
fdadata::pma
, and fdadata::product_codes
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.