Author {RISmed} | R Documentation |
Extracts Author
from Medline
object.
Description
Extractor for the Author
of a Medline
object.
Usage
Author(object)
Arguments
object |
instance of class |
Value
List by Pubmed article. Each list contains a data frame with CollectiveName
, LastName
, ForeName
, Initials
, and order
of article authors.
See Also
Examples
data(myeloma)
Author(myeloma)
[Package RISmed version 2.3.0 Index]