Learn R Programming

openFDA (version 1.7.0.9000)

fda_search: Fetch search results.

Description

When combined with fda_exec, this query will return a data frame consisting of the matching records.

Usage

fda_search(q, field = FALSE)

Arguments

field
The field to extract. This should be a dot (.) delimited path to follow to extract a field: e.g. 'a.b.c.d', would perform the equivalent of running a[[b]][[c]][[d]]

Value

fda_query