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 Medline

Value

List by Pubmed article. Each list contains a data frame with CollectiveName, LastName, ForeName, Initials, and order of article authors.

See Also

Medline

Examples

data(myeloma)
Author(myeloma)

[Package RISmed version 2.3.0 Index]