Learn R Programming

easyPubMed (version 3.1.6)

setEPMJobList: Method setEPMJobList.

Description

Attach (or replace) the list of record retrieval sub-jobs to 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 written into the `misc` slot of an `easyPubMed` object.

Usage

setEPMJobList(x, y)

# S4 method for easyPubMed,data.frame setEPMJobList(x, y)

Arguments

x

an object of class `easyPubMed`.

y

`data.frame` including the list of PubMed record retrieaval sub-jobs.