Learn R Programming

reutils (version 0.2.1)

eutil-class: Class "eutil": Reference classes that hold the response from EUtils requests.

Description

The reference classes eutil, einfo, esearch, esummary, efetch, elink, epost, egquery, espell, and ecitmatch implement the request generator for interaction with the NCBI services. They should not be used direcly, but initialized through the respective constructor functions einfo, esearch, esummary, efetch, elink, epost, egquery, espell, and ecitmatch.

Arguments

Extends

All reference classes extend and inherit methods from "envRefClass". Furthermore, "einfo", "esearch", "esummary", "efetch", "elink", "epost", "egquery", "espell", and "ecitmatch" all extend the "eutil" class.

See Also

eutil, einfo, esearch, esummary, efetch, elink, epost, egquery, espell, and ecitmatch.

Examples

Run this code
showClass("eutil")

Run the code above in your browser using DataLab