- x
An `easyPubMed` object. The object must include raw records (n>0)
downloaded in the 'xml' format.
- max_authors
Numeric, maximum number of authors to retrieve. If this
is set to -1, only the last author is extracted. If this is set to 1,
only the first author is returned. If this is set to 2, the first and the
last authors are extracted. If this is set to any other positive
number (i), up to the leading (n-1) authors are retrieved together with the
last author. If this is set to a number larger than the number of authors in
a record, all authors are returned. Note that at least 1 author has to be
retrieved, therefore a value of 0 is not accepted (coerced to -1).
- autofill_address
Logical, shall author affiliations be
propagated within each record to fill missing values.
- compact_output
Logical, shall record data be returned in a
compact format where each row is a single record and author names are
collapsed together. If `FALSE`, each row corresponds to a single author of
the publication and the record-specific data are recycled for all included
authors (legacy approach).
- include_abstract
Logical, shall abstract text be included in the
output data.frame. If `FALSE`, the abstract text column is populated
with a missing value.
- max_references
Numeric, maximum number of references to return (for
each PubMed record).
- ref_id_type
String, must be one of the
following values: `c('pmid', 'doi')`. Type of identifier used to describe
citation references.
- verbose
Logical, shall details about the
progress of the operation be printed to console.