knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

fdadata

Lifecycle: experimental R-CMD-check Codecov test coverage

The goal of fdadata is to access public information from the FDA website.

Installation

Install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("bjoleary/fdadata")

Example

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.



bjoleary/fdadata documentation built on April 14, 2025, 6:02 p.m.