docInfo: Get details of documents

Description Usage Arguments Value Note Examples

View source: R/pmid.R

Description

Fetch information of a given article from PubMed.

Usage

1
    docInfo(pmid, verbose=FALSE, major=FALSE)  

Arguments

pmid

pmid of the desired article.

verbose

whether the title and abstract of the article should be print out.

major

whether only major terms should be returned.

Value

Document information of given PMID including titile, abstract, MeSH headings

Note

Network connection is required for using this function.

Examples

1
    docInfo("1111111")

MeSHSim documentation built on May 31, 2017, 11:32 a.m.