pmids_to_abstracts {pubmed.mineR}R Documentation

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.

Author(s)

S.Ramachandran

Examples

## Not run: pmids_to_abstracts(26878666,abs)

[Package pubmed.mineR version 1.0.20 Index]