Learn R Programming

pubmed.mineR (version 1.0.21)

pmids_to_abstracts: To Find and match the PMIDs to the abstracts.

Description

pmids_to_abstracts is used to extract the abstract/s of query PMID/s.

Usage

pmids_to_abstracts(x, abs)

Value

It will return an S4 object of class abstracts containing abstracts for query PMIDs.

Arguments

x

x a numeric vector containing PMIDs

abs

abs an S4 object of class Abstracts.

Author

S.Ramachandran

Examples

Run this code
if (FALSE) pmids_to_abstracts(26878666,abs)

Run the code above in your browser using DataLab