Learn R Programming

easyPubMed (version 3.1.6)

getEPMJobList: Method getEPMJobList.

Description

Retrieve the list of record retrieval sub-jobs from an `easyPubMed` object. Record retrieval sub-jobs are stored in a `data.frame` and each row corresponds to an independent non-overlapping PubMed query. This `data.frame` guides the record retrieval process. The `data.frame` is obtained from the 'misc' slot of an `easyPubMed` object.

Usage

getEPMJobList(x)

# S4 method for easyPubMed getEPMJobList(x)

Arguments

x

an object of class `easyPubMed`.