Learn R Programming

pubmed.mineR (version 1.0.1)

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)

Arguments

x
x a numeric vector containing PMIDs
abs
abs an S4 object of class Abstracts.

Value

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

Examples

Run this code
pmids_to_abstracts("26878666")

Run the code above in your browser using DataLab