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]]