Give_Sentences_PMC {pubmed.mineR}R Documentation

To fetch the sentence from the PMC full text article

Description

Give_Sentences_PMC is used to extract the sentences from the full text article of given PMC id/s.

Usage

Give_Sentences_PMC(PMCID, term)

Arguments

PMCID

PMCID represents the PMC Id from where we want to extract the sentence.

term

term represents the term contained in a sentence.

Value

It will return a list object containing the sentences for query term from the given article.

Author(s)

S.Ramachandran

Examples

## Not run: Give_Sentences_PMC(PMC4039032, "atherosclerosis")

[Package pubmed.mineR version 1.0.20 Index]