Learn R Programming

openFDA (version 1.7.0.9000)

openfda: openfda: A package for interfacing to the OpenFDA API

Description

This package provides a simple wrapper around the OpenFDA API.

Arguments

Details

It uses the magrittr piping interface to simplify building complex queries.

Examples

Run this code
# Queries generally have the following format
## Not run: 
# fda_query(endpoint) %>%
#    fda_filter(field, value) %>%
#    fda_count(field) OR fda_search() %>%
#    fda_exec()
# ## End(Not run)

Run the code above in your browser using DataLab