## Retrieve the Document Summary information for a set of
## UIDs frome the Gene datanase.
ds <- esummary(c("828392", "790", "470338"), "gene")
ds
## Not run:
# ## parse the XML into a data frame
# df <- content(ds, "parsed")
# df
#
# ## use XPath expressions to extract nodes of interest
# ds['//TaxID']
# ## End(Not run)
Run the code above in your browser using DataLab