Usage
elink(uid, dbFrom = NULL, dbTo = NULL, linkname = NULL,
usehistory = FALSE, cmd = "neighbor", correspondence = FALSE,
querykey = NULL, webenv = NULL, term = NULL, holding = NULL,
datetype = NULL, reldate = NULL, mindate = NULL, maxdate = NULL)
Arguments
uid
(Required) A character vector of UIDs.
dbFrom
Initial database containing the UIDs in the
input list.
dbTo
Destination database from which to retrieve
linked UIDs. If not provided links will be sought in the
database containing the input UIDs.
linkname
Name of the Entrez link to retrieve.
Every link in Entrez is given a name of the form
dbFrom_dbTo_subset.
usehistory
If TRUE
search results are
stored directly in the user's Web environment so that
they can be used in subsequents calls to
esummary
or efetch
cmd
ELink command mode (default: 'neighbor'). See
Details.
correspondence
if TRUE
correspondence
between query UIDs and destination UIDs is preserved.
term
Search query to limit the output set of
linked UIDs.
holding
Name of LinkOut provider.
datetype
Type of date to limit the search. One of
'mdat' (modification date), 'pdat' (publication date) or
'edat' (Entrez date).
reldate
umber of days back for which search items
are returned.
mindate
Minimum date of search range. Format
YYYY/MM/DD.
maxdate
Maximum date of search range. Format
YYYY/MM/DD.